forked from seaofvoices/darklua
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate fullmoon parser to version 1.1.0 (seaofvoices#219)
This PR update the underlying parser to its latest version, which brings new syntax like leading symbols for union and intersection types (like `& string & number`) and compound assignments using floor division (`//=`). This upgrade should also make the parser less prone to reported stack overflow issues.
- Loading branch information
1 parent
e0d86e5
commit 3c597f8
Showing
44 changed files
with
1,110 additions
and
620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.