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.
New compiler: Modify 'VartypeWithArray()', split up and modify 'Varty…
…peWith()' Modify 'VartypeWithArray()' to make it possible to join adjacent classic array specifiers '[2, 3][5]' → '[2, 3, 5]' Replace 'VartypeWith()' by the functions - 'VartypeWithConst()' - 'VartypeWithDynarray()' - 'VartypeWithDynpointer()' The semantics of the respected cases has become that different that it doesn't make sense to have a common ‘umbrella’ function for them all.
- Loading branch information
1 parent
59e5c9e
commit b54b7b2
Showing
9 changed files
with
168 additions
and
107 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
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.