aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2014-03-05Support scope-emulates-other-stuff supportDrahflow
2014-03-02Now using the error libraryDrahflow
2014-03-02A small example on modifyabilityDrahflow
2014-02-24Initial design experiments for error handling.Drahflow
2014-02-18Coroutines.Drahflow
2014-01-06streq -> eqDrahflow
2013-10-15Now drawing (blue)Drahflow
2013-10-15Dynamically shared object supportDrahflow
2013-10-04Better argument type handling for SOsDrahflow
2013-09-04Minimal HTTP serverDrahflow
2013-09-04buffered polling tcp/ip serverDrahflow
2013-09-03str .infix now availableDrahflow
Position semantics now consistent str _ .postfix also available .prefix also available
2013-09-02I CAN HAZ TCP/IP CONNECTION!Drahflow
Very crappy HTTP client: "drahflow.name:80" net .tcp .connect "+" via "GET / HTTP/1.0\n\n" +writeall 4096 +read dump
2013-08-06"range" now excludes second argumentDrahflow
2013-07-21Some more testsDrahflow
2013-07-21Correctly handle escape within classesDrahflow
2013-07-21Correct nameDrahflow
2013-06-24Can now freeze program into ELF binaryDrahflow
2013-05-08Towards freezing into ELF-binariesDrahflow
2013-04-16Regex support for all lexing regexesDrahflow
2013-03-23Start/End-of-string supportDrahflow
2013-03-22(minimal) regex libraryDrahflow
2013-03-17Can now access string elementsDrahflow
2013-03-14Added "quoted" functionDrahflow
2013-03-03LISP style condsDrahflow
2013-03-03another one workingDrahflow
2013-03-01Type abstraction begunDrahflow
2013-02-06Typed executions now handed over to client libDrahflow
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-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-22Better abstraction during testingDrahflow
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-18Quoting in unquoted contexts now worksDrahflow
... in principle. The new function does not yet create its own scope.
2013-01-14A more extreme test caseDrahflow
2013-01-14- implementedDrahflow
2013-01-09More easily tested first instructionDrahflow
2013-01-09Not sure if win.Drahflow
2013-01-07Correct scope stuff even when quotedDrahflow
2013-01-07Structs and scopes now inseparableDrahflow
2013-01-07Correctly handle unquoted scope captureDrahflow
2013-01-03Compiler can now push ints and stringsDrahflow