-
Notifications
You must be signed in to change notification settings - Fork 56
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
Parser recovery #187
Parser recovery #187
Conversation
Codecov Report
@@ Coverage Diff @@
## master #187 +/- ##
==========================================
- Coverage 95.62% 95.54% -0.08%
==========================================
Files 44 47 +3
Lines 19629 21037 +1408
==========================================
+ Hits 18770 20100 +1330
- Misses 859 937 +78
Continue to review full report at Codecov.
|
added additional parse_error tests restructure parse-error test into submodules improve further error recovery with VAR-blocks Add initial syntax error reporting empty statements are parsed correctly code-gen ignores empty-statements improve error-recovery in regions (IF statements) improve error-recovery in regions (FOR-Loops) improve error-recovery in regions (REPEAT) improve error-recovery in regions (WHILE) Add recovery for case statements fix end-pou keyword problems remove unused features (newlines, path) sourcerange.filepath, new-line-information
No description provided.