Merge pull request #1577 from chanicpanic/issue1576 Bugfix Earley: handle ambiguity from ignored tokens
Recent Commits to lark:master (3)
-
Merge pull request #1577 from chanicpanic/issue1576
-
Bugfix Earley: handle general ambiguity from ignored tokens
Bugfix Earley: handle general ambiguity from ignored tokens
-
Bugfix Earley: handle ambiguity from strings ending in ignored tokens
Bugfix Earley: handle ambiguity from strings ending in ignored tokens
-
Merge pull request #1575 from denballakh/patch-1
Merge pull request #1575 from denballakh/patch-1 exceptions.py: sort set of expected things to get deterministic result
-
exceptions.py: sort set of expected things to get deterministic result
exceptions.py: sort set of expected things to get deterministic result Currently expected tokens are stored in a set, and because of that the order they appear in error message is unstable - different runs may produce different orderings. Here I sort the set of expected tokens, so that the order is guaranteed to be stable between runs.