2012-08-26 |
Teemu Piippo |
- Fixed error display - peeking was pushing recorded `cursor` position out of sync
|
file |
diff |
annotate
|
2012-08-13 |
Teemu Piippo |
Added default label for switch
|
file |
diff |
annotate
|
2012-08-13 |
Teemu Piippo |
rename ObjWriter::RecordBuffer to SwitchBuffer, as it is designed specifically for switch and will break if used genericly
|
file |
diff |
annotate
|
2012-08-13 |
Teemu Piippo |
Added switch support... fixed more problems with marks in the process
|
file |
diff |
annotate
|
2012-08-12 |
Teemu Piippo |
Removed mark types as they served absolutely zero purpose
|
file |
diff |
annotate
|
2012-08-12 |
Teemu Piippo |
Added for-loop support
|
file |
diff |
annotate
|
2012-08-11 |
Teemu Piippo |
FINALLY, marks and references work smoothly without hacks. if and while work properly.
|
file |
diff |
annotate
|
2012-08-11 |
Teemu Piippo |
Added while loop support. However, script marks keep getting wrong position numbers..
|
file |
diff |
annotate
|
2012-07-30 |
Teemu Piippo |
Committed the other changes done during a failed attempt of else
|
file |
diff |
annotate
|
2012-07-30 |
Teemu Piippo |
Fixed mark positioning - multiple if statements should work properly now
|
file |
diff |
annotate
|
2012-07-30 |
Teemu Piippo |
Added if() support
|
file |
diff |
annotate
|
2012-07-29 |
Teemu Piippo |
Added mark/reference system to be able to refer to positions in the buffered bytecode. Labels and go-to support.
|
file |
diff |
annotate
|
2012-07-29 |
Teemu Piippo |
Parser can now read expressions 100% properly and can perform variable assignment. I'd call this a milestone!
|
file |
diff |
annotate
|
2012-07-28 |
Teemu Piippo |
Expression parser mostly up and running!! Still work to do on it though.
|
file |
diff |
annotate
|
2012-07-16 |
Teemu Piippo |
- The output cmd-line argument is now optional - one is generated from the input file if not given.
|
file |
diff |
annotate
|