aboutsummaryrefslogtreecommitdiff
path: root/compiler
AgeCommit message (Collapse)Author
2013-03-22Code size reductionDrahflow
2013-03-22Killed universal "re" variableDrahflow
2013-03-22The implementation of }"Drahflow
Never to be used.
2013-03-22(minimal) regex libraryDrahflow
2013-03-17Can now access string elementsDrahflow
2013-03-14Added "quoted" functionDrahflow
2013-03-03co-iteration now working for arraysDrahflow
2013-03-03LISP style condsDrahflow
2013-03-01Correct handling length-divisible-by-8-stringsDrahflow
2013-03-01Type abstraction begunDrahflow
2013-02-17Typed execution code converted - untested so farDrahflow
2013-02-06Typed executions now handed over to client libDrahflow
2013-02-06Typed functions now executing (a little)Drahflow
2013-02-01sys .asm existingDrahflow
2013-02-01io.eyDrahflow
* syscalls * minimal string library * compiled client library * file handling
2013-01-25sys .asm .syscallDrahflow
2013-01-24Immediate (error) stringsDrahflow
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-22Some (harder) bugs removed.Drahflow
2013-01-22String parsing error fixedDrahflow
2013-01-22Better abstraction during testingDrahflow
2013-01-22each fixed, reverse.ey now workingDrahflow
2013-01-22Scope capture now worksDrahflow
2013-01-21Working len nowDrahflow
2013-01-20Quote construction within quotesDrahflow
Also: * range primitive * error strings before :ud2
2013-01-19User-defined functions now create scopesDrahflow
2013-01-19loop now workingDrahflow
2013-01-18Quoting in unquoted contexts now worksDrahflow
... in principle. The new function does not yet create its own scope.
2013-01-15Array creationDrahflow
2013-01-14- implementedDrahflow
2013-01-14Some more primitivesDrahflow
2013-01-14More performance still.Drahflow
2013-01-10Some code clean- and speedupDrahflow
2013-01-10First two ints addedDrahflow
2013-01-10Scope resolution workingDrahflow
2013-01-10Running again, with global scope nowDrahflow
2013-01-09Towards the global scope.Drahflow
2013-01-05In progress: Scope resolution assemblyDrahflow
2013-01-03Compiler can now push ints and stringsDrahflow
2012-12-31Bytecode executingDrahflow
Specifically, an empty opcode sequence is executed for each token. Next up: Scope resolution and actually call some of these functions.
2012-12-23Typo.Drahflow
2012-12-14Compiler Tokenizer workingDrahflow