Attempt to upgrade parser to KDL v2 specification#16
Open
Tam1SH wants to merge 3 commits into
Open
Conversation
zkat
reviewed
Jan 5, 2026
| @@ -1,14 +1,23 @@ | |||
| # Changelog | |||
|
|
|||
| ## [1.1.0](https://github.com/amaanq/tree-sitter-kdl/compare/v1.0.3...v1.1.0) (2023-05-13) | |||
There was a problem hiding this comment.
I think you may want to actually keep the old changelog entries when you add a new one :)
- Overhauled the entire grammar to support KDL 2.0 specification. - Eliminated all 10+ parser conflicts, moving from GLR to a clean LR(1) state. - Added semantic fields (name, type, property, argument, key, value) for better LSP integration. - Fixed line continuation (backslash) and comment interaction. - Improved error recovery for unfinished nodes in blocks. - Synchronized reserved type annotations with the latest spec (i128, u128, irl).
|
Hey there! Are we still trying to get tests to pass or are we waiting on a maintainer/reviewer to assist? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.