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
- Host: GitHub
- URL: https://github.com/gsun/yang-parser
- Owner: gsun
- Created: 2017-08-02T07:39:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T09:09:12.000Z (over 4 years ago)
- Last Synced: 2023-03-01T01:30:18.345Z (over 2 years ago)
- Topics: haxe, haxe-externs, javascript, parser, yang
- Language: Haxe
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.