aboutsummaryrefslogtreecommitdiff
path: root/examples/working-compiler
AgeCommit message (Collapse)Author
2013-02-01io.eyDrahflow
* syscalls * minimal string library * compiled client library * file handling
2013-01-25sys .asm .syscallDrahflow
2013-01-23dom, rep, =[] doneDrahflow
dom now correctly calls .dom on structs rep loops 0 times, not 2^64 times when called with 0 =[] implemented
2013-01-23Thinner scope handling when necessaryDrahflow
Functions without own scope don't unneccesary save the current scope. This makes < > possible. Also: dearray implemented
2013-01-22More standard functionsDrahflow
grep.ey now compiling
2013-01-22= now workingDrahflow
2013-01-22Better abstraction during testingDrahflow
2013-01-21Working len nowDrahflow
2013-01-19User-defined functions now create scopesDrahflow