Plex-FAWE/src
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
..
main The expression parser can now parse more than a simple expression 2011-10-27 19:16:46 +02:00
test/java/com/sk89q The expression parser can now parse more than a simple expression 2011-10-27 19:16:46 +02:00