1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-03-29 12:43:14 +00:00
TomyLobo ee79abff67 The expression parser can now parse more than a simple expression
- 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.
2011-10-27 19:16:46 +02:00
..