-
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
Incorporate OpenApi 3.1 YAML parser #1
Labels
Milestone
Comments
char0n
changed the title
Incorporate openapi3 yaml parser
Incorporate OpenApi 3.1 YAML parser
Sep 22, 2020
char0n
added a commit
that referenced
this issue
Sep 23, 2020
char0n
added a commit
that referenced
this issue
Sep 24, 2020
char0n
added a commit
that referenced
this issue
Sep 25, 2020
char0n
added a commit
that referenced
this issue
Sep 29, 2020
char0n
added a commit
that referenced
this issue
Sep 29, 2020
char0n
added a commit
that referenced
this issue
Sep 29, 2020
char0n
added a commit
that referenced
this issue
Sep 29, 2020
char0n
added a commit
that referenced
this issue
Sep 30, 2020
char0n
added a commit
that referenced
this issue
Sep 30, 2020
char0n
added a commit
that referenced
this issue
Oct 13, 2020
char0n
added a commit
that referenced
this issue
Oct 13, 2020
char0n
added a commit
that referenced
this issue
Oct 13, 2020
char0n
added a commit
that referenced
this issue
Oct 13, 2020
char0n
added a commit
that referenced
this issue
Oct 13, 2020
char0n
added a commit
that referenced
this issue
Oct 14, 2020
char0n
added a commit
that referenced
this issue
Oct 14, 2020
This was referenced Oct 15, 2020
char0n
added
AsyncAPI 2.x
enhancement
New feature or request
OpenAPI 3.1
YAML
and removed
Javascript
labels
Oct 15, 2020
char0n
added a commit
that referenced
this issue
Oct 16, 2020
char0n
added a commit
that referenced
this issue
Oct 16, 2020
char0n
added a commit
that referenced
this issue
Dec 17, 2020
char0n
added a commit
that referenced
this issue
Dec 18, 2020
char0n
added a commit
that referenced
this issue
Jun 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tree-sitter-yaml playground: https://ikatyang.github.io/tree-sitter-yaml/. There is also a GitHub repo that provides all prebuilt WASM binaries of all supported tree-sitter grammars.
Requirements:
Resources for understanding JSON vs YAML differences and YAML feature set:
Resources for creating sensible YAML AST
tree-sitter-yaml seems to have 2 issues
extreme size of generated parser which results in extreme size of WASM. Compiled WASM is about 719,3 KiB (736 604 bytes)
inability to be build functional WASM with
tree-sitter-cli
with versions higher than0.16.5
(>=0.16.6
).These issues have been reported to YAML grammar author and other repos:
The text was updated successfully, but these errors were encountered: