Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 342 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 342 Bytes

pegjs-parser

The pegjs language parser in Haxe.

This is a Haxe extern for pegjs parser(https://github.com/pegjs/pegjs).

the src\parser.pegjs file is defined in pegjs repo.

the src\parser.js is the auto-generated parser file in pegjs repo.

the src\Parser.hx is the Haxe extern file.

License: this project follows the Apache V2 license.