Added yuck language support (for eww) - #6064
Merged
the-mikedavis merged 2 commits intoFeb 20, 2023
Merged
Conversation
Philipp-M
force-pushed
the
add-yuck-language-support
branch
from
February 20, 2023 16:20
646e29c to
5eb288e
Compare
Member
|
Can this be covered by an lisp grammar we already include like clojure or scheme instead? Or is the syntax different enough that it needs its own parser? |
Contributor
Author
|
Well one thing that makes it indeed different (and more difficult at that, as it's a context-sensitive grammar), is that |
Member
|
Ah yeah, looks like there is string interpolation too which I don't think is supported in the existing lisps we have |
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
the-mikedavis
approved these changes
Feb 20, 2023
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.
Adds syntax highlighting support for yuck (DSL for eww). The parser should be complete now and closely follows the original lalrpop parser in eww.