Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESTreeParser #277

Open
xp44mm opened this issue Feb 25, 2022 · 0 comments
Open

ESTreeParser #277

xp44mm opened this issue Feb 25, 2022 · 0 comments

Comments

@xp44mm
Copy link
Contributor

xp44mm commented Feb 25, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant