Skip to content

Commit

Permalink
Add JSGLR2 ambiguity reporting to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperdenkers committed Nov 10, 2020
1 parent a3c6523 commit 1390e74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/release/note/vnext.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ SDF3
~~~~

``prefer`` and ``avoid`` are now deprecated. Usages of the operators will be marked with a deprecation warning.

Parser
~~~~~~

The JSGLR2 parser variants now report warnings on ambiguously parsed substrings. This includes ambiguities in lexical and layout syntax that do not result into ``amb`` nodes in the AST.

0 comments on commit 1390e74

Please sign in to comment.