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

Add parser error message provider service #1108

Merged
merged 2 commits into from
Jul 7, 2023
Merged

Conversation

msujew
Copy link
Member

@msujew msujew commented Jul 5, 2023

Closes #1058

Adds a small abstraction layer (AbstractParserErrorMessageProvider) so that adopters can change specific messages more easily.

@msujew msujew added the parser Parser related issue label Jul 5, 2023
packages/langium/src/parser/langium-parser.ts Outdated Show resolved Hide resolved
@msujew msujew merged commit c436598 into main Jul 7, 2023
4 checks passed
@msujew msujew deleted the msujew/parser-error-di branch July 7, 2023 09:38
@spoenemann spoenemann added this to the v2.0.0 milestone Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parser Parser related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor syntax error provider into service
2 participants