ESTreeParser #365
xp44mm
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ESTreeParser
This package is A Parser for AST Descriptor Syntax of estree. It is uploaded to nuguet.
Feature
Use BNF to describe AST Descriptor Syntax of estree.
The details see to yacc file.
Extract all of type definitions from a md file.
The usages see to test file.
Some exacted definition files in codes folder.
Parse the type definition to AST of AST Descriptor Syntax of estree.
The AST definitions see to code file.
The usages see to test file.
Serialize AST structure instance to JSON.
The usages see to test file.
Some serialized JSON files in jsons folder.
Beta Was this translation helpful? Give feedback.
All reactions