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.
Symboltable: – Modify 'VartypeWithArray()' to process arrays of arrays Parser: – Allow dynamic arrays of non-managed structs – Disallow dynamic arrays of classic arrays because that would make 'new' expressions ambiguous – Grok 'new[…][]' when initialising dynarrays of arrays – Make multiple indexes big-endian – In 'AccessData_ProcessCurrentArrayIndex()' → '…_ProcessArrayIndex()', grok a single index of a sequence of indexes. Clarify comments Googletests – Retracted the test that checks whether dynamic arrays of non-managed structs are disallowed (they are allowed now)
- Loading branch information
1 parent
b54b7b2
commit 3909560
Showing
7 changed files
with
719 additions
and
255 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.