Home
last modified time | relevance | path

Searched refs:PGE (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/dports/devel/libdap/libdap-3.20.8/unit-tests/dds-testsuite/
H A D3B42.980909.5.HDF.das7 String Data_Location PGE;
12 String Data_Location PGE;
17 String Data_Location PGE;
22 String Data_Location PGE;
27 String Data_Location PGE;
32 String Data_Location PGE;
37 String Data_Location PGE;
42 String Data_Location PGE;
47 String Data_Location PGE;
52 String Data_Location PGE;
[all …]
/dports/devel/libdap/libdap-3.20.8/unit-tests/dmr-rt-testsuite/
H A D3B42.980909.5.HDF.das5 String Data_Location "PGE";
10 String Data_Location "PGE";
15 String Data_Location "PGE";
20 String Data_Location "PGE";
25 String Data_Location "PGE";
30 String Data_Location "PGE";
35 String Data_Location "PGE";
40 String Data_Location "PGE";
45 String Data_Location "PGE";
50 String Data_Location "PGE";
[all …]
/dports/devel/libdap/libdap-3.20.8/tests/dds-testsuite/
H A D3B42.980909.5.HDF.das.dds7 String Data_Location PGE;
12 String Data_Location PGE;
17 String Data_Location PGE;
22 String Data_Location PGE;
27 String Data_Location PGE;
32 String Data_Location PGE;
37 String Data_Location PGE;
42 String Data_Location PGE;
47 String Data_Location PGE;
52 String Data_Location PGE;
[all …]
H A D3B42.980909.5.hacked.HDF.das.dds7 String Data_Location PGE;
12 String Data_Location PGE;
17 # String Data_Location PGE;
/dports/devel/libdap/libdap-3.20.8/unit-tests/dmr-testsuite/
H A D3B42.980909.5.HDF.das15 String Data_Location "PGE";
20 String Data_Location "PGE";
25 String Data_Location "PGE";
30 String Data_Location "PGE";
35 String Data_Location "PGE";
40 String Data_Location "PGE";
45 String Data_Location "PGE";
50 String Data_Location "PGE";
55 String Data_Location "PGE";
60 String Data_Location "PGE";
[all …]
/dports/lang/parrot/parrot-8.1.0/compilers/pge/
H A DRules.mak1 $(LIBRARY_DIR)/PGE.pbc: $(PARROT) \
2 compilers/pge/PGE.pir \
3 compilers/pge/PGE/Exp.pir \
4 compilers/pge/PGE/Match.pir \
5 compilers/pge/PGE/Regex.pir \
6 compilers/pge/PGE/Perl6Regex.pir \
7 compilers/pge/PGE/OPTable.pir \
8 compilers/pge/PGE/P5Regex.pir \
9 compilers/pge/PGE/builtins.pg \
12 $(PARROT) -o $@ compilers/pge/PGE.pir
[all …]
H A DPGE.pir5 PGE - the Parrot/Perl Grammar Engine
10 (via .include) each of the separate PGE modules into a single compilation
15 .namespace [ "PGE" ]
17 .include "compilers/pge/PGE/Match.pir"
18 .include "compilers/pge/PGE/OPTable.pir"
19 .include "compilers/pge/PGE/Regex.pir"
20 .include "compilers/pge/PGE/Exp.pir"
21 .include "compilers/pge/PGE/Perl6Regex.pir"
22 .include "compilers/pge/PGE/P5Regex.pir"
23 .include "compilers/pge/PGE/builtins_gen.pir"
H A DREADME.pod19 A nice feature of PGE is that one can easily combine many
20 different parsing styles into a single interface. PGE uses
31 PGE assumes that it is part of the parrot distribution in the
37 example of using PGE. To run the demo, simply do
48 =head1 PGE's rule engine (PGE::Perl6Regex)
50 Once PGE is compiled and installed, you generally load it using
53 load_bytecode 'PGE.pbc'
67 to get back a C<PGE::Match> object:
79 load_bytecode 'PGE/Dumper.pir'
111 be decided as we discover how PGE integrates with the rest of
[all …]
H A DP6Rule.grammar3 PGE::P6Rule Grammar
8 for perl 6 rules. It closely models the parser used by PGE's
19 grammar PGE::P6Rule;
23 # XXX: PGE understands :flag, but it doesn't yet
35 # XXX: PGE doesn't understand <!':'> yet
38 # Internally PGE currently handles terms using a p6meta token hash,
91 # that PGE knows about or will know about soon.
94 # XXX: PGE doesn't know how to handle \s in enumerated character
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/
H A DRules.mak5 $(LIBRARY_DIR)/PGE/Hs.pbc : \
6 $(LIBRARY_DIR)/PGE.pbc
8 $(LIBRARY_DIR)/PGE/Glob.pbc : \
9 $(LIBRARY_DIR)/PGE.pbc \
10 $(LIBRARY_DIR)/PGE/Dumper.pbc
12 $(LIBRARY_DIR)/PGE/Perl6Grammar.pbc : \
13 $(LIBRARY_DIR)/PGE.pbc \
14 $(LIBRARY_DIR)/PGE/Text.pbc \
15 $(LIBRARY_DIR)/PGE/Util.pbc \
19 $(LIBRARY_DIR)/PGE.pbc \
/dports/lang/parrot/parrot-8.1.0/lib/Parrot/Test/
H A DPGE.pm72 ? Parrot::Test::PGE::_generate_subrule_pir( $target, $pattern )
73 : Parrot::Test::PGE::_generate_pir_for( $target, $pattern )
92 ? Parrot::Test::PGE::_generate_subrule_pir( $target, $pattern )
93 : Parrot::Test::PGE::_generate_pir_for( $target, $pattern )
110 unshift @_ => Parrot::Test::PGE::_generate_pir_for( $target, $pattern, 1 );
124 unshift @_ => Parrot::Test::PGE::_generate_pir_for( $target, $pattern, 1 );
141 unshift @_ => Parrot::Test::PGE::_generate_pir_catch_for($pattern);
161 unshift @_ => Parrot::Test::PGE::_generate_glob_for( $target, $pattern );
177 unshift @_ => Parrot::Test::PGE::_generate_glob_for( $target, $pattern );
193 unshift @_ => Parrot::Test::PGE::_generate_glob_for( $target, $pattern, 1 );
[all …]
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/PGE/
H A DPerl6Grammar.pir18 pgc = compreg 'PGE::Perl6Grammar'
67 pgc = compreg 'PGE::Perl6Grammar'
74 load_bytecode 'PGE.pbc'
75 load_bytecode 'PGE/Text.pbc'
76 load_bytecode 'PGE/Util.pbc'
80 p6regex = compreg 'PGE::Perl6Regex'
125 ## Add the PGE::Perl6Regex's regex method to PGE::Perl6Grammar
135 pgc.'language'('PGE::Perl6Grammar')
155 $P0 = get_hll_global ['PGE'], 'Match'
244 inherit = 'PGE::Grammar'
[all …]
H A DGlob.pir29 .namespace [ 'PGE';'Glob' ]
58 exp = new ['PGE';'Exp';'Concat']
60 $P0 = new ['PGE';'Exp';'Anchor']
68 $P0 = new ['PGE';'Exp';'Anchor']
79 load_bytecode 'PGE.pbc'
80 load_bytecode 'PGE/Dumper.pbc'
82 $P0 = compreg 'PGE::Glob'
89 load_bytecode 'PGE.pbc'
91 optable = new ['PGE';'OPTable']
117 $P1.'register'('PGE::Glob', $P0)
[all …]
H A DHs.pir5 PGE::Hs - Match and display PGE rules as Haskell expressions
12 load_bytecode "PGE.pbc"
13 load_bytecode "PGE/Hs.pir"
14 $P0 = get_hll_global ["PGE";"Hs"], "match"
53 .namespace [ "PGE";"Hs" ]
59 $P0 = get_class ['PGE';'Match']
68 p6rule_compile = compreg 'PGE::Perl6Regex'
71 # adverbs['grammar'] = 'PGE::Grammar'
77 $P0 = get_class ["PGE";"Grammar"]
95 p6rule_compile = compreg 'PGE::Perl6Regex'
[all …]
H A DDumper.pir5 PGE::Dumper - various methods for displaying PGE structures
10 .namespace [ "PGE";"Match" ]
12 =head2 C<PGE::Match> Methods
235 =head2 C<PGE::Exp> methods
242 .namespace [ "PGE";"Exp" ]
275 .namespace [ "PGE";"Exp";"End" ]
316 .namespace [ "PGE";"Exp";"Dot" ]
346 .namespace [ "PGE";"Exp";"WS" ]
383 .namespace [ "PGE";"Exp";"Alt" ]
451 .namespace [ "PGE";"OPTable" ]
[all …]
H A DUtil.pir5 PGE/Util.pir - useful rules for working with PGE grammars
10 parsing tasks using PGE.
16 .namespace [ 'PGE';'Util' ]
23 p6meta.'new_class'('PGE::Util', 'parent'=>'PGE::Grammar')
56 $P0 = get_hll_global ['PGE'], 'Match'
66 line_number = get_hll_global ['PGE';'Util'], 'line_number'
117 $P0 = get_hll_global ['PGE'], 'Match'
127 line_number = get_hll_global ['PGE';'Util'], 'line_number'
/dports/lang/parrot/parrot-8.1.0/compilers/pge/PGE/
H A DP5Regex.pir3 .namespace [ "PGE";"P5Regex" ]
11 adverbs['grammar'] = 'PGE::Grammar'
20 $I0 = isa source, ['PGE';'Match']
24 $I0 = isa $P0, ['PGE';'Exp']
62 optable = get_hll_global ["PGE";"P5Regex"], "$optable"
81 optable = new ['PGE';'OPTable']
82 set_hll_global ["PGE";"P5Regex"], "$optable", optable
84 $P0 = get_hll_global ["PGE";"P5Regex"], "parse_lit"
122 compreg "PGE::P5Regex", $P0
368 .namespace [ "PGE";"Exp" ]
[all …]
H A DPerl6Regex.pir23 .namespace [ 'PGE';'Perl6Regex' ]
41 adverbs['grammar'] = 'PGE::Grammar'
82 $I0 = isa source, ['PGE';'Match']
86 $I0 = isa $P0, ['PGE';'Exp']
297 .namespace [ 'PGE';'Perl6Regex' ]
302 p6meta.'new_class'('PGE::Exp::WS', 'parent'=>'PGE::Exp::Subrule')
303 p6meta.'new_class'('PGE::Exp::Alias', 'parent'=>'PGE::Exp')
1417 .namespace [ 'PGE';'Exp' ]
1646 .namespace [ 'PGE';'Exp';'WS' ]
1666 .namespace [ 'PGE';'Exp';'Alt' ]
[all …]
H A DExp.pir5 PGE::Exp - base class for expressions
9 .namespace [ 'PGE';'Exp' ]
28 expproto = p6meta.'new_class'('PGE::Exp', 'parent'=>'PGE::Match')
39 p6meta.'new_class'('PGE::Exp::CGroup', 'parent'=>'PGE::Exp::Group')
47 load_bytecode 'PGE/Util.pbc'
503 .namespace [ 'PGE';'Exp';'Quant' ]
696 .namespace [ 'PGE';'Exp';'Group' ]
709 $P1 = new ['PGE';'Exp';'Cut']
984 .namespace [ 'PGE';'Exp';'Alt' ]
1289 .namespace [ 'PGE';'Exp';'Cut' ]
[all …]
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DPGE.lsp2 (SDEFUN |PGE;llli2gp|
18 (SDEFUN |PGE;youngGroup;LPg;3|
55 (|PGE;llli2gp|
60 (SDEFUN |PGE;youngGroup;PPg;4|
93 (SDEFUN |PGE;mathieu11;LPg;6|
130 (SDEFUN |PGE;mathieu12;LPg;8|
174 (SDEFUN |PGE;mathieu22;LPg;10|
236 (SDEFUN |PGE;mathieu23;LPg;12|
299 (SDEFUN |PGE;mathieu24;LPg;14|
363 (SDEFUN |PGE;janko2;LPg;16|
[all …]
/dports/lang/parrot/parrot-8.1.0/examples/pge/
H A Ddemo.pir21 load_bytecode "PGE.pbc"
23 load_bytecode "PGE/Dumper.pir"
24 load_bytecode "PGE/Glob.pir"
25 load_bytecode "PGE/Text.pir"
26 load_bytecode "PGE/Util.pir"
27 p6rule_compile = compreg "PGE::Perl6Regex"
28 glob_compile = compreg "PGE::Glob"
29 p5regexp_compile = compreg "PGE::P5Regex"
/dports/lang/parrot/parrot-8.1.0/compilers/tge/
H A DRules.mak2 $(LIBRARY_DIR)/PGE.pbc \
3 $(LIBRARY_DIR)/PGE/Util.pbc \
20 $(LIBRARY_DIR)/PGE/Perl6Grammar.pbc
21 $(PARROT) $(LIBRARY_DIR)/PGE/Perl6Grammar.pbc --output=$@ compilers/tge/TGE/Parser.pg
H A DTGE.pir47 transforms the trees output by PGE into abstract syntax trees.
85 load_bytecode 'PGE.pbc'
86 load_bytecode 'PGE/Util.pbc'
103 # import <die> and <line_number> rules from PGE::Util
105 $P1 = get_hll_global ['PGE';'Util'], 'die'
107 $P1 = get_hll_global ['PGE';'Util'], 'line_number'
115 .namespace [ 'PGE';'Match' ]
/dports/lang/parrot/parrot-8.1.0/compilers/data_json/
H A DRules.mak11 $(LIBRARY_DIR)/PGE.pbc \
12 $(LIBRARY_DIR)/PGE/Util.pbc \
21 $(LIBRARY_DIR)/PGE/Perl6Grammar.pbc \
23 $(PARROT) $(LIBRARY_DIR)/PGE/Perl6Grammar.pbc --output=$@ compilers/data_json/data_json/grammar.pg
/dports/lang/parrot/parrot-8.1.0/examples/past/
H A Dblocktype_immediate.pir33 load_bytecode 'PGE.pbc'
34 load_bytecode 'PGE/Text.pbc'
35 load_bytecode 'PGE/Util.pbc'
36 load_bytecode 'PGE/Dumper.pbc'

12345678910>>...13