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

Feature/custom syntax #309

Merged
merged 2 commits into from
May 6, 2024
Merged

Feature/custom syntax #309

merged 2 commits into from
May 6, 2024

Conversation

ysugimoto
Copy link
Owner

This PR implements a mechanism of custom token lexer and parser.
It means we can expand VCL language spec (custom declaration, statement, etc)

Of course, this feature should not be enabled as default, so as not to be misunderstood by a VCL user.
For example, I implemented describe and before_each custom syntax for custom parsing test.

And, to use some parser methods from other packages inside, all parser methods like parseXXX are made publicly.

@ysugimoto ysugimoto merged commit 9014c75 into main May 6, 2024
4 checks passed
@ysugimoto ysugimoto deleted the feature/custom-syntax branch May 6, 2024 10:55
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

Successfully merging this pull request may close these issues.

1 participant