-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove list indexing from MiniExpr (#257)
I noticed that this was different from BYOND's behaviour where `new x[y]` actually compiles as `(new x)[y]`. The same behaviour applies for `new x?[y]` so I don't anticipate the code I am removing being needed for that. I confirmed that BYOND has been compiling it this way since at least 513.1490, so if it changed it was long ago. [SpaceManiac] As far as I can tell, there was no BYOND change and this code was wrong all along.
- Loading branch information
Showing
3 changed files
with
29 additions
and
29 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
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