You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/rascal-0-41-x-release-notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Parse error recovery required significant new extensions to the parsing algorith
80
80
of ambiguous parse forests caused by recovering from different parallel stacks. These features were very well tested on Rascal, Java and C grammars. Nevertheless it can be considered "beta" since not that many users (a few dozen) have tested it out. We hope you will enjoy it! In particular the robustness of syntax highlighting and the possibility of providing semantic feedback on a partially parsed file for your users are interesting.
81
81
82
82
Other improvements to the parsers:
83
-
* Two bugs related to nullables inside regular expressions were solved
83
+
* Two bugs related to nullables inside regular expressions were solved.
84
84
* The `@<column>` constraint in grammar rules was fixed.
85
85
86
86
### Fast and Consistent Configuration via Maven's `pom.xml`
0 commit comments