astn-core 0.5.126 → 0.5.128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/declarations/refiners/annotated_characters/text.d.ts +5 -0
- package/dist/declarations/refiners/annotated_characters/text.js +2 -0
- package/dist/declarations/refiners/parse_tree/list_of_characters.d.ts +5 -0
- package/dist/declarations/refiners/parse_tree/list_of_characters.js +2 -0
- package/dist/declarations/refiners/parse_tree/text.d.ts +5 -0
- package/dist/declarations/refiners/parse_tree/text.js +2 -0
- package/dist/declarations/refiners/parse_tree/tokenizer_result.d.ts +27 -0
- package/dist/declarations/refiners/parse_tree/tokenizer_result.js +2 -0
- package/dist/declarations/refiners/token/annotated_character.d.ts +1 -0
- package/dist/declarations/refiners/token/annotated_character.js +2 -0
- package/dist/declarations/refiners/unmarshalled/parse_tree.d.ts +17 -0
- package/dist/declarations/refiners/unmarshalled/parse_tree.js +2 -0
- package/dist/declarations/transformers/deserialize/location.d.ts +4 -0
- package/dist/declarations/transformers/deserialize/location.js +2 -0
- package/dist/declarations/transformers/deserialize/prose.d.ts +4 -0
- package/dist/declarations/transformers/deserialize/prose.js +2 -0
- package/dist/declarations/transformers/deserialize_parse_tree/location.d.ts +4 -0
- package/dist/declarations/transformers/deserialize_parse_tree/location.js +2 -0
- package/dist/declarations/transformers/deserialize_parse_tree/prose.d.ts +4 -0
- package/dist/declarations/transformers/deserialize_parse_tree/prose.js +2 -0
- package/dist/declarations/transformers/location/prose.d.ts +7 -0
- package/dist/declarations/transformers/location/prose.js +2 -0
- package/dist/declarations/transformers/parse_tree/full_value_range.d.ts +11 -0
- package/dist/declarations/transformers/parse_tree/full_value_range.js +2 -0
- package/dist/declarations/transformers/parse_tree/start_token_range.d.ts +5 -0
- package/dist/declarations/transformers/parse_tree/start_token_range.js +2 -0
- package/dist/declarations/transformers/primitives/text.d.ts +13 -0
- package/dist/declarations/transformers/primitives/text.js +2 -0
- package/dist/declarations/transformers/sealed_target/deprecated_list_of_characters.d.ts +6 -0
- package/dist/declarations/transformers/sealed_target/deprecated_list_of_characters.js +2 -0
- package/dist/declarations/transformers/sealed_target/prose.d.ts +5 -0
- package/dist/declarations/transformers/sealed_target/prose.js +2 -0
- package/dist/declarations/transformers/sealed_target/text.d.ts +6 -0
- package/dist/declarations/transformers/sealed_target/text.js +2 -0
- package/dist/declarations/transformers/unmarshall/location.d.ts +4 -0
- package/dist/declarations/transformers/unmarshall/location.js +2 -0
- package/dist/declarations/transformers/unmarshall/prose.d.ts +4 -0
- package/dist/declarations/transformers/unmarshall/prose.js +2 -0
- package/dist/implementation/manual/refiners/annotated_characters/text.d.ts +1 -7
- package/dist/implementation/manual/refiners/annotated_characters/text.js +1 -5
- package/dist/implementation/manual/refiners/parse_tree/list_of_characters.d.ts +1 -7
- package/dist/implementation/manual/refiners/parse_tree/list_of_characters.js +1 -6
- package/dist/implementation/manual/refiners/parse_tree/text.d.ts +2 -6
- package/dist/implementation/manual/refiners/parse_tree/text.js +4 -7
- package/dist/implementation/manual/refiners/parse_tree/tokenizer_result.d.ts +17 -7
- package/dist/implementation/manual/refiners/parse_tree/tokenizer_result.js +205 -9
- package/dist/implementation/manual/refiners/token/annotated_character.d.ts +5 -5
- package/dist/implementation/manual/refiners/token/annotated_character.js +1 -9
- package/dist/implementation/manual/refiners/unmarshalled/parse_tree.d.ts +9 -25
- package/dist/implementation/manual/refiners/unmarshalled/parse_tree.js +1 -7
- package/dist/implementation/manual/transformers/deserialize/location.d.ts +1 -6
- package/dist/implementation/manual/transformers/deserialize/location.js +2 -6
- package/dist/implementation/manual/transformers/deserialize/prose.d.ts +1 -6
- package/dist/implementation/manual/transformers/deserialize/prose.js +2 -6
- package/dist/implementation/manual/transformers/deserialize_parse_tree/location.d.ts +2 -7
- package/dist/implementation/manual/transformers/deserialize_parse_tree/location.js +3 -7
- package/dist/implementation/manual/transformers/deserialize_parse_tree/prose.d.ts +2 -7
- package/dist/implementation/manual/transformers/deserialize_parse_tree/prose.js +5 -9
- package/dist/implementation/manual/transformers/location/prose.d.ts +4 -12
- package/dist/implementation/manual/transformers/location/prose.js +2 -8
- package/dist/implementation/manual/transformers/parse_tree/full_value_range.d.ts +9 -19
- package/dist/implementation/manual/transformers/parse_tree/full_value_range.js +6 -9
- package/dist/implementation/manual/transformers/parse_tree/start_token_range.d.ts +3 -7
- package/dist/implementation/manual/transformers/parse_tree/start_token_range.js +5 -8
- package/dist/implementation/manual/transformers/primitives/text.d.ts +1 -15
- package/dist/implementation/manual/transformers/primitives/text.js +1 -4
- package/dist/implementation/manual/transformers/sealed_target/deprecated_list_of_characters.d.ts +1 -8
- package/dist/implementation/manual/transformers/sealed_target/deprecated_list_of_characters.js +1 -6
- package/dist/implementation/manual/transformers/sealed_target/prose.d.ts +1 -7
- package/dist/implementation/manual/transformers/sealed_target/prose.js +5 -9
- package/dist/implementation/manual/transformers/sealed_target/text.d.ts +1 -8
- package/dist/implementation/manual/transformers/sealed_target/text.js +1 -6
- package/dist/implementation/manual/transformers/unmarshall/location.d.ts +1 -6
- package/dist/implementation/manual/transformers/unmarshall/location.js +1 -5
- package/dist/implementation/manual/transformers/unmarshall/prose.d.ts +1 -6
- package/dist/implementation/manual/transformers/unmarshall/prose.js +5 -9
- package/dist/interface/data/annotated_characters.d.ts +1 -1
- package/dist/interface/data/annotated_characters.js +1 -2
- package/dist/interface/data/deserialize.d.ts +2 -2
- package/dist/interface/data/deserialize.js +2 -3
- package/dist/interface/data/unmarshall.d.ts +1 -1
- package/dist/interface/data/unmarshall.js +1 -2
- package/dist/interface/data/unmarshalled.d.ts +1 -1
- package/dist/interface/data/unmarshalled.js +1 -2
- package/package.json +1 -4
- package/dist/implementation/manual/productions/parse_tree/token.d.ts +0 -42
- package/dist/implementation/manual/productions/parse_tree/token.js +0 -212
- package/dist/implementation/manual/productions/token/annotated_character.d.ts +0 -15
- package/dist/implementation/manual/productions/token/annotated_character.js +0 -410
- package/dist/implementation/manual/refiners/parse_tree/token.d.ts +0 -42
- package/dist/implementation/manual/refiners/parse_tree/token.js +0 -212
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type * as p_ti from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_out from "../../../interface/data/annotated_characters.js";
|
|
3
|
+
import type * as d_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
|
+
import type * as d_function from "../../../interface/generated/liana/schemas/deserialize_parse_tree/data.js";
|
|
5
|
+
export type Annotated_Characters = p_ti.Transformer_With_Parameter<d_in.List_of_Characters, d_out.Annotated_Characters, d_function.Parameters>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/refiner';
|
|
2
|
+
import type * as d_function from "../../../interface/generated/liana/schemas/deserialize_parse_tree/data.js";
|
|
3
|
+
import type * as d_out from "../../../interface/generated/liana/schemas/parse_tree/data.js";
|
|
4
|
+
import type * as d_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
5
|
+
export type Document = p_.Refiner_With_Parameter<d_out.Document, d_function.Error, d_in.List_of_Characters, d_function.Parameters>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2RlY2xhcmF0aW9ucy9yZWZpbmVycy9wYXJzZV90cmVlL2xpc3Rfb2ZfY2hhcmFjdGVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/refiner';
|
|
2
|
+
import type * as d_function from "../../../interface/generated/liana/schemas/deserialize_parse_tree/data.js";
|
|
3
|
+
import type * as d_out from "../../../interface/generated/liana/schemas/parse_tree/data.js";
|
|
4
|
+
import type * as d_in from "pareto-fountain-pen/interface/generated/liana/schemas/text/data";
|
|
5
|
+
export type Document = p_.Refiner_With_Parameter<d_out.Document, d_function.Error, d_in.Text, d_function.Parameters>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/refiner';
|
|
2
|
+
import type * as d_choice from "../../../interface/generated/liana/schemas/deserialize_parse_tree/data.js";
|
|
3
|
+
import type * as d_function from "../../../interface/generated/liana/schemas/deserialize_parse_tree/data.js";
|
|
4
|
+
import type * as d_out from "../../../interface/generated/liana/schemas/parse_tree/data.js";
|
|
5
|
+
import type * as d_in from "../../../interface/generated/liana/schemas/token/data.js";
|
|
6
|
+
import type * as d_location from "../../../interface/generated/liana/schemas/location/data.js";
|
|
7
|
+
export type Document = p_.Refiner<d_out.Document, d_function.Parser_Error, d_in.Tokenizer_Result>;
|
|
8
|
+
export type Value = p_.Production<d_out.Value, d_choice.Parser_Error, d_in.Annotated_Token, d_location.Location>;
|
|
9
|
+
export type Guaranteed_Structural_Token = p_.Production_With_Parameter<d_out.Structural_Token, d_choice.Parser_Error, d_in.Annotated_Token, d_location.Location, {
|
|
10
|
+
'token': d_in.Annotated_Token;
|
|
11
|
+
}>;
|
|
12
|
+
export type Possible_Structural_Token = p_.Production_With_Parameter<d_out.Structural_Token, d_choice.Parser_Error, d_in.Annotated_Token, d_location.Location, {
|
|
13
|
+
'expected token': d_choice.Expected;
|
|
14
|
+
}>;
|
|
15
|
+
export type Text = p_.Production_With_Parameter<d_out.Text, d_choice.Parser_Error, d_in.Annotated_Token, d_location.Location, {
|
|
16
|
+
'text': d_in.Annotated_Token.type_.text;
|
|
17
|
+
'token': d_in.Annotated_Token;
|
|
18
|
+
}>;
|
|
19
|
+
export type Items = p_.Production_With_Parameter<d_out.Items, d_choice.Parser_Error, d_in.Annotated_Token, d_location.Location, {
|
|
20
|
+
'end token': d_choice.Expected;
|
|
21
|
+
}>;
|
|
22
|
+
export type Element = p_.Production_With_Parameter<d_out.Items, d_choice.Parser_Error, d_in.Annotated_Token, d_location.Location, {
|
|
23
|
+
'end token': d_choice.Expected;
|
|
24
|
+
}>;
|
|
25
|
+
export type ID_Value_Pairs = p_.Production_With_Parameter<d_out.ID_Value_Pairs, d_choice.Parser_Error, d_in.Annotated_Token, d_location.Location, {
|
|
26
|
+
'end token': d_choice.Expected;
|
|
27
|
+
}>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9rZW5pemVyX3Jlc3VsdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kZWNsYXJhdGlvbnMvcmVmaW5lcnMvcGFyc2VfdHJlZS90b2tlbml6ZXJfcmVzdWx0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ub3RhdGVkX2NoYXJhY3Rlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kZWNsYXJhdGlvbnMvcmVmaW5lcnMvdG9rZW4vYW5ub3RhdGVkX2NoYXJhY3Rlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type * as p_di from 'pareto-core/interface/data';
|
|
2
|
+
import type * as p_ from 'pareto-core/interface/refiner';
|
|
3
|
+
import type * as d_in from "../../../interface/generated/liana/schemas/parse_tree/data.js";
|
|
4
|
+
import type * as d_out from "../../../interface/data/unmarshalled.js";
|
|
5
|
+
import type * as d_function from "../../../interface/data/unmarshall.js";
|
|
6
|
+
export type Dictionary = p_.Refiner<d_out.Dictionary, d_function.Error, d_in.Value>;
|
|
7
|
+
export type List = p_.Refiner<d_out.List, d_function.Error, d_in.Value>;
|
|
8
|
+
export type Nothing = p_.Refiner<d_out.Nothing, d_function.Error, d_in.Value>;
|
|
9
|
+
export type Optional = p_.Refiner<d_out.Optional, d_function.Error, d_in.Value>;
|
|
10
|
+
export type Property = p_.Refiner_With_Parameter<d_out.Property, d_function.Error, d_out.Verbose_Group, {
|
|
11
|
+
'id': string;
|
|
12
|
+
}>;
|
|
13
|
+
export type State = p_.Refiner<d_out.State, d_function.Error, d_in.Value>;
|
|
14
|
+
export type Text = p_.Refiner<d_out.Text, d_function.Error, d_in.Value>;
|
|
15
|
+
export type Verbose_Group = p_.Refiner_With_Parameter<d_out.Verbose_Group, d_function.Error, d_in.Value, {
|
|
16
|
+
'expected properties': p_di.Dictionary<null>;
|
|
17
|
+
}>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/data/deserialize.js";
|
|
3
|
+
import type * as d_out from "../../../interface/generated/liana/schemas/location/data.js";
|
|
4
|
+
export type Error = p_.Transformer<d_in.Error, d_out.Possible_Range>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/data/deserialize.js";
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
|
|
4
|
+
export type Error = p_.Transformer<d_in.Error, d_out.Phrase>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/generated/liana/schemas/deserialize_parse_tree/data.js";
|
|
3
|
+
import type * as d_out from "../../../interface/generated/liana/schemas/location/data.js";
|
|
4
|
+
export type Error = p_.Transformer<d_in.Error, d_out.Possible_Range>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9jYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZGVjbGFyYXRpb25zL3RyYW5zZm9ybWVycy9kZXNlcmlhbGl6ZV9wYXJzZV90cmVlL2xvY2F0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/generated/liana/schemas/deserialize_parse_tree/data.js";
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
|
|
4
|
+
export type Error = p_.Transformer<d_in.Error, d_out.Phrase>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvc2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZGVjbGFyYXRpb25zL3RyYW5zZm9ybWVycy9kZXNlcmlhbGl6ZV9wYXJzZV90cmVlL3Byb3NlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/generated/liana/schemas/location/data.js";
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
|
|
4
|
+
import type * as d_function from "../../../interface/data/location_to_prose.js";
|
|
5
|
+
export type Location = p_.Transformer_With_Parameter<d_in.Location, d_out.Phrase, d_function.Parameters>;
|
|
6
|
+
export type Range = p_.Transformer_With_Parameter<d_in.Range, d_out.Phrase, d_function.Parameters>;
|
|
7
|
+
export type Possible_Range = p_.Transformer_With_Parameter<d_in.Possible_Range, d_out.Phrase, d_function.Parameters>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/generated/liana/schemas/parse_tree/data.js";
|
|
3
|
+
import type * as d_out from "../../../interface/generated/liana/schemas/location/data.js";
|
|
4
|
+
export type Value = p_.Transformer<d_in.Value, d_out.Range>;
|
|
5
|
+
export type Concrete_Value = p_.Transformer<d_in.Value.type_.concrete, d_out.Range>;
|
|
6
|
+
export type ID_Value_Pair = p_.Transformer<d_in.ID_Value_Pairs.L, d_out.Range>;
|
|
7
|
+
export type State = p_.Transformer<d_in.Value.type_.concrete.state, d_out.Range>;
|
|
8
|
+
export type List = p_.Transformer<d_in.Value.type_.concrete.list, d_out.Range>;
|
|
9
|
+
export type Dictionary = p_.Transformer<d_in.Value.type_.concrete.dictionary, d_out.Range>;
|
|
10
|
+
export type Group = p_.Transformer<d_in.Value.type_.concrete.group, d_out.Range>;
|
|
11
|
+
export type Optional = p_.Transformer<d_in.Value.type_.concrete.optional, d_out.Range>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVsbF92YWx1ZV9yYW5nZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kZWNsYXJhdGlvbnMvdHJhbnNmb3JtZXJzL3BhcnNlX3RyZWUvZnVsbF92YWx1ZV9yYW5nZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/generated/liana/schemas/parse_tree/data.js";
|
|
3
|
+
import type * as d_out from "../../../interface/generated/liana/schemas/location/data.js";
|
|
4
|
+
export type Value = p_.Transformer<d_in.Value, d_out.Range>;
|
|
5
|
+
export type Concrete_Value = p_.Transformer<d_in.Value.type_.concrete, d_out.Range>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RhcnRfdG9rZW5fcmFuZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZGVjbGFyYXRpb25zL3RyYW5zZm9ybWVycy9wYXJzZV90cmVlL3N0YXJ0X3Rva2VuX3JhbmdlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/data/primitives.js";
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
|
+
export declare namespace d_function {
|
|
5
|
+
type Parameters = {
|
|
6
|
+
'add delimiters': boolean;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export type Escaped = p_.Transformer<d_in.Escaped, d_out.List_of_Characters>;
|
|
10
|
+
export type Quoted = p_.Transformer_With_Parameter<d_in.Quoted, d_out.List_of_Characters, d_function.Parameters>;
|
|
11
|
+
export type Apostrophed = p_.Transformer_With_Parameter<d_in.Apostrophed, d_out.List_of_Characters, d_function.Parameters>;
|
|
12
|
+
export type Backticked = p_.Transformer_With_Parameter<d_in.Backticked, d_out.List_of_Characters, d_function.Parameters>;
|
|
13
|
+
export type Undelimited = p_.Transformer<d_in.Undelimited, d_out.List_of_Characters>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/generated/liana/schemas/sealed_target/data.js";
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
|
+
import type * as d_function_fp from "pareto-fountain-pen/interface/data/prose_serialize";
|
|
5
|
+
export type Document = p_.Transformer_With_Parameter<d_in.Document, d_out.List_of_Characters, d_function_fp.Parameters>;
|
|
6
|
+
export type Value = p_.Transformer_With_Parameter<d_in.Value, d_out.List_of_Characters, d_function_fp.Parameters>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwcmVjYXRlZF9saXN0X29mX2NoYXJhY3RlcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZGVjbGFyYXRpb25zL3RyYW5zZm9ybWVycy9zZWFsZWRfdGFyZ2V0L2RlcHJlY2F0ZWRfbGlzdF9vZl9jaGFyYWN0ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/generated/liana/schemas/sealed_target/data.js";
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
|
|
4
|
+
export type Document = p_.Transformer<d_in.Document, d_out.Paragraph>;
|
|
5
|
+
export type Value = p_.Transformer<d_in.Value, d_out.Phrase>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/generated/liana/schemas/sealed_target/data.js";
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/generated/liana/schemas/text/data";
|
|
4
|
+
import type * as d_function_fp from "pareto-fountain-pen/interface/data/prose_serialize";
|
|
5
|
+
export type Document = p_.Transformer_With_Parameter<d_in.Document, d_out.Text, d_function_fp.Parameters>;
|
|
6
|
+
export type Value = p_.Transformer_With_Parameter<d_in.Value, d_out.Text, d_function_fp.Parameters>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/data/unmarshall.js";
|
|
3
|
+
import type * as d_out from "../../../interface/generated/liana/schemas/location/data.js";
|
|
4
|
+
export type Error = p_.Transformer<d_in.Error, d_out.Range>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type * as p_ from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_in from "../../../interface/data/unmarshall.js";
|
|
3
|
+
import type * as d_out from "pareto-fountain-pen/interface/generated/liana/schemas/prose/data";
|
|
4
|
+
export type Error = p_.Transformer<d_in.Error, d_out.Phrase>;
|
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as d_out from "../../../../interface/data/annotated_characters.js";
|
|
3
|
-
import * as d_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
4
|
-
import * as d_function from "../../../../interface/generated/liana/schemas/deserialize_parse_tree/data.js";
|
|
5
|
-
export declare namespace interface_ {
|
|
6
|
-
type Annotated_Characters = p_ti.Transformer_With_Parameter<d_in.List_of_Characters, d_out.Annotated_Characters, d_function.Parameters>;
|
|
7
|
-
}
|
|
1
|
+
import type * as interface_ from "../../../../declarations/refiners/annotated_characters/text.js";
|
|
8
2
|
/**
|
|
9
3
|
* Creates a string iterator that allows iterating over characters in a string,
|
|
10
4
|
* while keeping track of line numbers, columns, and line indentation.
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/implementation/refiner';
|
|
2
|
-
import * as p_ti from 'pareto-core/interface/transformer';
|
|
3
|
-
import * as d_out from "../../../../interface/data/annotated_characters.js";
|
|
4
|
-
import * as d_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
5
|
-
import * as d_function from "../../../../interface/generated/liana/schemas/deserialize_parse_tree/data.js";
|
|
6
2
|
/**
|
|
7
3
|
* Creates a string iterator that allows iterating over characters in a string,
|
|
8
4
|
* while keeping track of line numbers, columns, and line indentation.
|
|
@@ -69,4 +65,4 @@ export const Annotated_Characters = ($, $p) => p_.from.list($).map_with_state({
|
|
|
69
65
|
'characters': final_list,
|
|
70
66
|
'end': final_state.location,
|
|
71
67
|
}));
|
|
72
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
68
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9tYW51YWwvcmVmaW5lcnMvYW5ub3RhdGVkX2NoYXJhY3RlcnMvdGV4dC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLG9DQUFvQyxDQUFBO0FBSXhEOzs7R0FHRztBQUNILE1BQU0sQ0FBQyxNQUFNLG9CQUFvQixHQUFvQyxDQUFDLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLGNBQWMsQ0FDMUc7SUFDSSxVQUFVLEVBQUU7UUFDUixVQUFVLEVBQUUsQ0FBQztRQUNiLFVBQVUsRUFBRTtZQUNSLE1BQU0sRUFBRSxDQUFDO1lBQ1QsUUFBUSxFQUFFLENBQUM7U0FDZDtLQUNKO0lBQ0Qsa0JBQWtCLEVBQUUsSUFBSTtJQUN4Qiw4QkFBOEIsRUFBRSxLQUFLO0NBV3hDLEVBQ0QsQ0FBQyxLQUFLLEVBQUUsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQ2YsTUFBTSxFQUFFLEtBQUs7SUFDYixVQUFVLEVBQUUsS0FBSyxDQUFDLFFBQVE7SUFDMUIsa0JBQWtCLEVBQUUsS0FBSyxDQUFDLGtCQUFrQixDQUFDLEtBQUssSUFBSTtRQUNsRCxDQUFDLENBQUMsS0FBSyxDQUFDLGtCQUFrQixDQUFDO1FBQzNCLENBQUMsQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxNQUFNO0NBQ3ZDLENBQUMsRUFDRixDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUUsRUFBRTtJQUNiLE9BQU8sS0FBSyxDQUFDLElBQUksS0FBSyxJQUFJLENBQUMsZUFBZTtRQUN0QyxDQUFDLENBQUM7WUFDRSxVQUFVLEVBQUU7Z0JBQ1IsVUFBVSxFQUFFLEtBQUssQ0FBQyxRQUFRLENBQUMsUUFBUSxHQUFHLENBQUM7Z0JBQ3ZDLFVBQVUsRUFBRTtvQkFDUixNQUFNLEVBQUUsS0FBSyxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxHQUFHLENBQUM7b0JBQ3hDLFFBQVEsRUFBRSxDQUFDO2lCQUNkO2FBQ0o7WUFDRCxrQkFBa0IsRUFBRSxJQUFJO1lBQ3hCLDhCQUE4QixFQUFFLEtBQUs7U0FDeEM7UUFDRCxDQUFDLENBQUMsS0FBSyxDQUFDLDhCQUE4QixDQUFDO1lBQ25DLENBQUMsQ0FBQztnQkFDRSxVQUFVLEVBQUU7b0JBQ1IsVUFBVSxFQUFFLEtBQUssQ0FBQyxRQUFRLENBQUMsUUFBUSxHQUFHLENBQUM7b0JBQ3ZDLFVBQVUsRUFBRTt3QkFDUixNQUFNLEVBQUUsS0FBSyxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxHQUFHLENBQUM7d0JBQ3hDLFFBQVEsRUFBRSxDQUFDO3FCQUNkO2lCQUNKO2dCQUVELGtCQUFrQixFQUFFLElBQUk7Z0JBQ3hCLDhCQUE4QixFQUFFLEtBQUs7YUFDeEM7WUFDRCxDQUFDLENBQUM7Z0JBQ0UsVUFBVSxFQUFFO29CQUNSLFVBQVUsRUFBRSxLQUFLLENBQUMsUUFBUSxDQUFDLFFBQVEsR0FBRyxDQUFDO29CQUN2QyxVQUFVLEVBQUU7d0JBQ1IsTUFBTSxFQUFFLEtBQUssQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUk7d0JBQ3BDLFFBQVEsRUFBRSxLQUFLLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxLQUFLLENBQUMsSUFBSSxLQUFLLElBQUksQ0FBQyxTQUFTOzRCQUNyRSxDQUFDLENBQUMsRUFBRSxDQUFDLFVBQVUsQ0FBQzs0QkFDaEIsQ0FBQyxDQUFDLENBQUMsQ0FBQztxQkFDWDtpQkFDSjtnQkFDRCxrQkFBa0IsRUFBRSxLQUFLLENBQUMsa0JBQWtCLENBQUMsS0FBSyxJQUFJO29CQUNsRCxDQUFDLENBQUMsS0FBSyxDQUFDLGtCQUFrQixDQUFDO29CQUMzQixDQUFDLENBQUMsS0FBSyxDQUFDLElBQUksS0FBSyxJQUFJLENBQUMsV0FBVyxJQUFJLEtBQUssQ0FBQyxJQUFJLEtBQUssSUFBSSxDQUFDLFNBQVM7d0JBQzlELENBQUMsQ0FBQyxJQUFJO3dCQUNOLENBQUMsQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxNQUFNO2dCQUN4Qyw4QkFBOEIsRUFBRSxLQUFLLENBQUMsSUFBSSxLQUFLLElBQUksQ0FBQyxxQkFBcUI7YUFDNUUsQ0FBQTtBQUNiLENBQUMsRUFDRCxDQUFDLFVBQVUsRUFBRSxXQUFXLEVBQUUsRUFBRSxDQUFDLENBQUM7SUFDMUIsWUFBWSxFQUFFLFVBQVU7SUFDeEIsS0FBSyxFQUFFLFdBQVcsQ0FBQyxRQUFRO0NBQzlCLENBQUMsQ0FDTCxDQUFBIn0=
|
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as d_function from "../../../../interface/generated/liana/schemas/deserialize_parse_tree/data.js";
|
|
3
|
-
import * as d_out from "../../../../interface/generated/liana/schemas/parse_tree/data.js";
|
|
4
|
-
import * as d_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
5
|
-
export declare namespace interface_ {
|
|
6
|
-
type Document = p_i.Refiner_With_Parameter<d_out.Document, d_function.Error, d_in.List_of_Characters, d_function.Parameters>;
|
|
7
|
-
}
|
|
1
|
+
import type * as interface_ from "../../../../declarations/refiners/parse_tree/list_of_characters.js";
|
|
8
2
|
export declare const Document: interface_.Document;
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
import * as p_i from 'pareto-core/interface/refiner';
|
|
2
1
|
import p_iterate from 'pareto-core/implementation/refiner/specials/iterate';
|
|
3
|
-
//data types
|
|
4
|
-
import * as d_function from "../../../../interface/generated/liana/schemas/deserialize_parse_tree/data.js";
|
|
5
|
-
import * as d_out from "../../../../interface/generated/liana/schemas/parse_tree/data.js";
|
|
6
|
-
import * as d_in from "pareto-fountain-pen/interface/generated/liana/schemas/list_of_characters/data";
|
|
7
2
|
//dependencies
|
|
8
3
|
import * as r_annotated_characters from "../annotated_characters/text.js";
|
|
9
4
|
import * as r_tokenize from "../token/annotated_character.js";
|
|
@@ -24,4 +19,4 @@ export const Document = ($, abort, $p) => {
|
|
|
24
19
|
on_dangling_item: null, //fixme: make this iterate_fully
|
|
25
20
|
});
|
|
26
21
|
};
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdF9vZl9jaGFyYWN0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2ltcGxlbWVudGF0aW9uL21hbnVhbC9yZWZpbmVycy9wYXJzZV90cmVlL2xpc3Rfb2ZfY2hhcmFjdGVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLFNBQVMsTUFBTSxxREFBcUQsQ0FBQTtBQUUzRSxjQUFjO0FBQ2QsT0FBTyxLQUFLLHNCQUFzQixNQUFNLGlDQUFpQyxDQUFBO0FBQ3pFLE9BQU8sS0FBSyxVQUFVLE1BQU0saUNBQWlDLENBQUE7QUFDN0QsT0FBTyxLQUFLLHVCQUF1QixNQUFNLHVCQUF1QixDQUFBO0FBSWhFLE1BQU0sQ0FBQyxNQUFNLFFBQVEsR0FBd0IsQ0FBQyxDQUFDLEVBQUUsS0FBSyxFQUFFLEVBQUUsRUFBRyxFQUFFO0lBQzNELE1BQU0sU0FBUyxHQUFHLHNCQUFzQixDQUFDLG9CQUFvQixDQUN6RCxDQUFDLEVBQ0QsRUFBRSxDQUNMLENBQUE7SUFDRCxPQUFPLFNBQVMsQ0FBQztRQUNiLElBQUksRUFBRSxTQUFTLENBQUMsVUFBVTtRQUMxQixRQUFRLEVBQUUsU0FBUyxDQUFDLEdBQUc7UUFDdkIsTUFBTSxFQUFFLENBQUMsUUFBUSxFQUFFLEVBQUUsQ0FBQyx1QkFBdUIsQ0FBQyxRQUFRLENBQUMsZ0NBQWdDO1FBQ25GLFVBQVUsQ0FBQyxnQkFBZ0IsQ0FDdkIsUUFBUSxFQUNSLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUM7WUFDVCxNQUFNLEVBQUUsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDO1NBQ3ZCLENBQUMsRUFDRjtZQUNJLFVBQVUsRUFBRSxTQUFTLENBQUMsR0FBRztTQUM1QixDQUNKLEVBQ0QsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FBQztZQUNULE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRSxDQUFDLENBQUM7U0FDeEIsQ0FBQyxDQUNMO1FBQ0QsZ0JBQWdCLEVBQUUsSUFBSSxFQUFDLGdDQUFnQztLQUMxRCxDQUFDLENBQUE7QUFDTixDQUFDLENBQUEifQ==
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
import * as d_out from "../../../../interface/generated/liana/schemas/parse_tree/data.js";
|
|
4
|
-
import * as d_in from "pareto-fountain-pen/interface/generated/liana/schemas/text/data";
|
|
5
|
-
export type Document = p_i.Refiner_With_Parameter<d_out.Document, d_function.Error, d_in.Text, d_function.Parameters>;
|
|
6
|
-
export declare const Document: Document;
|
|
1
|
+
import type * as interface_ from "../../../../declarations/refiners/parse_tree/text.js";
|
|
2
|
+
export declare const Document: interface_.Document;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import * as p_i from 'pareto-core/interface/refiner';
|
|
2
1
|
import p_list_from_text from 'pareto-core/implementation/refiner/specials/list_from_text';
|
|
3
|
-
//data types
|
|
4
|
-
import * as d_function from "../../../../interface/generated/liana/schemas/deserialize_parse_tree/data.js";
|
|
5
|
-
import * as d_out from "../../../../interface/generated/liana/schemas/parse_tree/data.js";
|
|
6
|
-
import * as d_in from "pareto-fountain-pen/interface/generated/liana/schemas/text/data";
|
|
7
2
|
//dependencies
|
|
8
3
|
import * as r_from_list_of_characters from "./list_of_characters.js";
|
|
9
|
-
export const Document = ($, abort, $p) =>
|
|
10
|
-
|
|
4
|
+
export const Document = ($, abort, $p) => {
|
|
5
|
+
return r_from_list_of_characters.Document(p_list_from_text($, ($) => $), abort, $p);
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9tYW51YWwvcmVmaW5lcnMvcGFyc2VfdHJlZS90ZXh0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sZ0JBQWdCLE1BQU0sNERBQTRELENBQUE7QUFFekYsY0FBYztBQUNkLE9BQU8sS0FBSyx5QkFBeUIsTUFBTSx5QkFBeUIsQ0FBQTtBQUlwRSxNQUFNLENBQUMsTUFBTSxRQUFRLEdBQXdCLENBQUMsQ0FBQyxFQUFFLEtBQUssRUFBRSxFQUFFLEVBQUUsRUFBRTtJQUMxRCxPQUFPLHlCQUF5QixDQUFDLFFBQVEsQ0FDckMsZ0JBQWdCLENBQ1osQ0FBQyxFQUNELENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQ1gsRUFDRCxLQUFLLEVBQ0wsRUFBRSxDQUNMLENBQUE7QUFDTCxDQUFDLENBQUEifQ==
|
|
@@ -1,8 +1,18 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import type * as p_ti from 'pareto-core/interface/transformer';
|
|
2
|
+
import type * as d_choice from "../../../../interface/generated/liana/schemas/deserialize_parse_tree/data.js";
|
|
3
|
+
import type * as d_in from "../../../../interface/generated/liana/schemas/token/data.js";
|
|
4
|
+
import type * as d_location from "../../../../interface/generated/liana/schemas/location/data.js";
|
|
5
|
+
import type * as interface_ from "../../../../declarations/refiners/parse_tree/tokenizer_result.js";
|
|
6
|
+
export declare const create_missing_token: p_ti.Transformer_With_Parameter<d_choice.Parser_Error.expected, d_choice.Parser_Error, {
|
|
7
|
+
'end location': d_location.Location;
|
|
8
|
+
}>;
|
|
9
|
+
export declare const create_unexpected_token: p_ti.Transformer_With_Parameter<d_choice.Parser_Error.expected, d_choice.Parser_Error, {
|
|
10
|
+
'found': d_in.Annotated_Token;
|
|
11
|
+
}>;
|
|
12
|
+
export declare const Value: interface_.Value;
|
|
13
|
+
export declare const Guaranteed_Structural_Token: interface_.Guaranteed_Structural_Token;
|
|
14
|
+
export declare const Possible_Structural_Token: interface_.Possible_Structural_Token;
|
|
15
|
+
export declare const Text: interface_.Text;
|
|
16
|
+
export declare const Items: interface_.Items;
|
|
17
|
+
export declare const ID_Value_Pairs: interface_.ID_Value_Pairs;
|
|
8
18
|
export declare const Document: interface_.Document;
|