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] Better syntax analysis #8

Open
SpontanCombust opened this issue Jan 31, 2024 · 1 comment
Open

[FEATURE] Better syntax analysis #8

SpontanCombust opened this issue Jan 31, 2024 · 1 comment
Labels
feature New feature or request

Comments

@SpontanCombust
Copy link
Owner

Syntactical error messages at the moment are very vague most of the time. Work around tree-sitter's limitations and analyze ERROR nodes to extract actually useful information.

@SpontanCombust SpontanCombust added the feature New feature or request label Jan 31, 2024
@SpontanCombust SpontanCombust changed the title [FEATURE] Better syntactical analysis [FEATURE] Better syntax analysis Jun 3, 2024
@SpontanCombust
Copy link
Owner Author

Added "View CST" debug command for easier testing of the analysis. dd0ee37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Development

No branches or pull requests

1 participant