Skip to content

Commit

Permalink
Merge pull request #84 from xtjoeytx/joey/update-gs2-compiler
Browse files Browse the repository at this point in the history
Updated gs2 compiler
  • Loading branch information
xtjoeytx authored Jan 21, 2023
2 parents ddc5444 + 5a73ca1 commit 2bee698
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bin/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
+ Update gs2compiler - add support for obj.insert(idx, val)
+ Update gs2compiler - add support for obj.remove(val)
+ Update gs2compiler - add support for obj.delete(idx)
+ Update gs2compiler - add support for bitwise operations (left-shift, right-shift, or, xor, invert)
* Update gs2compiler - Fixed modulus assignment
* Update gs2compiler - Fixed constants with negative values
* Update gs2compiler - Fixed precedence for power operator

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Changelog for:
Expand Down

0 comments on commit 2bee698

Please sign in to comment.