-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error checking and displaying errors #3
Comments
Considering approaching error checking similar to vscode-antimony. We have grammar checks but not semantic ones. We can create an analysis.py type file in typescript which reads through the parse tree again and creates any error hovers based off of the rules defined in a types.py file which we should also create in typescript for this project. |
https://tellurium.readthedocs.io/en/latest/antimony.html |
https://github.com/sys-bio/antimony/blob/develop/src/enums.h Working on carrying over all of the defined types in enums.h into the symbol tables. |
We have the errors and error positions retrieved from parsing the model.
Next, we will display the errors through a red squiggly and also include hover information.
The text was updated successfully, but these errors were encountered: