Tue, 14 Aug 2012 00:48:02 +0300 |
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
|
Tue, 14 Aug 2012 00:20:59 +0300 |
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
|
Mon, 13 Aug 2012 23:10:39 +0300 |
Teemu Piippo |
Added default label for switch
|
changeset |
files
|
Mon, 13 Aug 2012 19:12:21 +0300 |
Teemu Piippo |
rename ObjWriter::RecordBuffer to SwitchBuffer, as it is designed specifically for switch and will break if used genericly
|
changeset |
files
|
Mon, 13 Aug 2012 19:04:29 +0300 |
Teemu Piippo |
Added switch support... fixed more problems with marks in the process
|
changeset |
files
|
Sun, 12 Aug 2012 04:45:27 +0300 |
Teemu Piippo |
some cleanup
|
changeset |
files
|
Sun, 12 Aug 2012 04:40:33 +0300 |
Teemu Piippo |
Expressions now allow multiple operators
|
changeset |
files
|
Sun, 12 Aug 2012 04:13:27 +0300 |
Teemu Piippo |
Removed mark types as they served absolutely zero purpose
|
changeset |
files
|