Expose ast classes used by parser
This commit is contained in:
parent
9ecb21b749
commit
b0a5db1ab9
|
@ -66,7 +66,7 @@ task( "benchmark", cb => {
|
||||||
// Generate the grammar parser.
|
// Generate the grammar parser.
|
||||||
task( "build:parser", cb => {
|
task( "build:parser", cb => {
|
||||||
|
|
||||||
node( "bin/peg src/parser.pegjs -o lib/parser/index.js -c src/pegjs.config.js", cb );
|
node( "bin/peg src/grammar.pegjs -o lib/parser/grammar.js -c src/pegjs.config.js", cb );
|
||||||
|
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
|
3412
lib/parser/grammar.js
Normal file
3412
lib/parser/grammar.js
Normal file
File diff suppressed because it is too large
Load diff
3413
lib/parser/index.js
3413
lib/parser/index.js
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue