forked from adventuregamestudio/ags
-
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.
Revamp checks against spurious symbols after expressions
Rewrite and reorder the checks of expressions that this xpression has been parsed completely and that there aren't any spurious symbols following this expression: – All functions ‘below’ `ParseExpression_Term` that parse expressions must check this and throw when the checks fail. – Callers of such functions must trust that the called function has checked this when it returns and not attempt to repeat the checks.
- Loading branch information
1 parent
1b19d66
commit 9a399eb
Showing
3 changed files
with
152 additions
and
135 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
Oops, something went wrong.