Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 312 Bytes

yang-parser

The yang language parser in Haxe.

This is a Haxe extern for javascript yang parser.

the yang.pegjs file is defined in yang-pegjs repo.

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

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

License: this project follows the Apache V2 license.