2012-08-13 |
Teemu Piippo |
Added ! operator support. It's not really an operator since it's just checked at the beginning of the expression value but eh.
|
changeset |
files
|
2012-08-13 |
Teemu Piippo |
Added <<= and >>= operator support. Zandronum does not provide these, thus they are translated to their longer forms by the compiler. Also aded << and >>.
|
changeset |
files
|
2012-08-13 |
Teemu Piippo |
Added default label for switch
|
changeset |
files
|
2012-08-13 |
Teemu Piippo |
rename ObjWriter::RecordBuffer to SwitchBuffer, as it is designed specifically for switch and will break if used genericly
|
changeset |
files
|
2012-08-13 |
Teemu Piippo |
Added switch support... fixed more problems with marks in the process
|
changeset |
files
|
2012-08-12 |
Teemu Piippo |
some cleanup
|
changeset |
files
|
2012-08-12 |
Teemu Piippo |
Expressions now allow multiple operators
|
changeset |
files
|
2012-08-12 |
Teemu Piippo |
Removed mark types as they served absolutely zero purpose
|
changeset |
files
|
2012-08-12 |
Teemu Piippo |
Added do-while loop support
|
changeset |
files
|
2012-08-12 |
Teemu Piippo |
Added for-loop support
|
changeset |
files
|
2012-08-11 |
Teemu Piippo |
FINALLY, marks and references work smoothly without hacks. if and while work properly.
|
changeset |
files
|
2012-08-11 |
Teemu Piippo |
Added while loop support. However, script marks keep getting wrong position numbers..
|
changeset |
files
|
2012-07-30 |
Teemu Piippo |
Committed the other changes done during a failed attempt of else
|
changeset |
files
|
2012-07-30 |
Teemu Piippo |
Fixed mark positioning - multiple if statements should work properly now
|
changeset |
files
|
2012-07-30 |
Teemu Piippo |
Added if() support
|
changeset |
files
|