-
Notifications
You must be signed in to change notification settings - Fork 18
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
Use tree-sitter as underlining parser #35
Comments
char0n
added a commit
that referenced
this issue
Jul 27, 2020
char0n
added a commit
that referenced
this issue
Jul 27, 2020
char0n
added a commit
that referenced
this issue
Jul 31, 2020
char0n
added a commit
that referenced
this issue
Jul 31, 2020
char0n
added a commit
that referenced
this issue
Aug 5, 2020
char0n
added a commit
that referenced
this issue
Aug 6, 2020
char0n
added a commit
that referenced
this issue
Aug 6, 2020
char0n
added a commit
that referenced
this issue
Aug 6, 2020
char0n
added a commit
that referenced
this issue
Aug 6, 2020
char0n
added a commit
that referenced
this issue
Aug 6, 2020
char0n
added a commit
that referenced
this issue
Aug 11, 2020
This commit replaces underlying json-ast parser with tree-sitter. Refs #35
char0n
added a commit
that referenced
this issue
Aug 11, 2020
This commit replaces underlying json-ast parser with tree-sitter. Refs #35
char0n
added a commit
that referenced
this issue
Aug 11, 2020
char0n
added a commit
that referenced
this issue
Aug 11, 2020
char0n
added a commit
that referenced
this issue
Aug 14, 2020
char0n
added a commit
that referenced
this issue
Aug 14, 2020
char0n
added a commit
that referenced
this issue
Aug 14, 2020
char0n
added a commit
that referenced
this issue
Aug 14, 2020
char0n
added a commit
that referenced
this issue
Aug 17, 2020
Closing this issue as all related tasks have been implemented. |
char0n
added a commit
that referenced
this issue
Aug 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Start implementations with creating standardized AST via stampit specification and continue with transformer of CST -> AST. This will allows us to continue using current babel/graphql inspired traversal mechanism of ours. I'd need to change an architecture of code to reflect the possibility to plug a custom CST -> AST transformers if somebody would like to create a competing implementation using ANTLR4 or other parser generator.
This is direct follow up of https://github.com/swagger-api/oss-planning/issues/132
packages
The text was updated successfully, but these errors were encountered: