Expose ast classes used by parser

This commit is contained in:
Futago-za Ryuu 2018-01-26 08:24:51 +00:00
parent 9ecb21b749
commit b0a5db1ab9
4 changed files with 3418 additions and 3409 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff