mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-02-22 13:10:39 +00:00
- Added sequencing (; and {}). - Added =, +=, -=, *=, /=, %=, ^= to the expression parser. (left-associative for now, will change later) - Added pre-increment(++) and pre-decrement(--) operators. - Adjusted/added tests.