We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After splitting the parser into Tokenizer and Generator,, I think it also makes sense to split the errors in error module.
Tokenizer
Generator,
We can create two new error modules inside generators and tokenizer modules, and use an enum the main error module.
generators
tokenizer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After splitting the parser into
Tokenizer
andGenerator,
, I think it also makes sense to split the errors in error module.We can create two new error modules inside
generators
andtokenizer
modules, and use an enum the main error module.The text was updated successfully, but these errors were encountered: