Staging
v0.8.1
Revision 24a7c298d47658295673dc04d1b6d59f2b200a7c authored by Lysandros Nikolaou on 28 October 2020, 00:14:15 UTC, committed by GitHub on 28 October 2020, 00:14:15 UTC
* Implement running the parser a second time for the errors messages

The first parser run is only responsible for detecting whether
there is a `SyntaxError` or not. If there isn't the AST gets returned.
Otherwise, the parser is run a second time with all the `invalid_*`
rules enabled so that all the customized error messages get produced.

(cherry picked from commit bca701403253379409dece03053dbd739c0bd059)
1 parent c4b58ce
History
File Mode Size
build.yml -rw-r--r-- 4.0 KB
build_msi.yml -rw-r--r-- 676 bytes
coverage.yml -rw-r--r-- 2.6 KB
doc.yml -rw-r--r-- 924 bytes
posix-deps-apt.sh -rwxr-xr-x 332 bytes

back to top