An open API service indexing awesome lists of open source software.

https://github.com/gsun/yang-parser

yang parser in haxe
https://github.com/gsun/yang-parser

haxe haxe-externs javascript parser yang

Last synced: 3 months ago
JSON representation

yang parser in haxe

Awesome Lists containing this project

README

        

# 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.