| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-05 | Support scope-emulates-other-stuff support | Drahflow | |
| 2014-03-02 | Now using the error library | Drahflow | |
| 2014-03-02 | A small example on modifyability | Drahflow | |
| 2014-02-24 | Initial design experiments for error handling. | Drahflow | |
| 2014-02-18 | Coroutines. | Drahflow | |
| 2014-01-06 | streq -> eq | Drahflow | |
| 2013-10-15 | Now drawing (blue) | Drahflow | |
| 2013-10-15 | Dynamically shared object support | Drahflow | |
| 2013-10-04 | Better argument type handling for SOs | Drahflow | |
| 2013-09-04 | Minimal HTTP server | Drahflow | |
| 2013-09-04 | buffered polling tcp/ip server | Drahflow | |
| 2013-09-03 | str .infix now available | Drahflow | |
| Position semantics now consistent str _ .postfix also available .prefix also available | |||
| 2013-09-02 | I 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 argument | Drahflow | |
| 2013-07-21 | Some more tests | Drahflow | |
| 2013-07-21 | Correctly handle escape within classes | Drahflow | |
| 2013-07-21 | Correct name | Drahflow | |
| 2013-06-24 | Can now freeze program into ELF binary | Drahflow | |
| 2013-05-08 | Towards freezing into ELF-binaries | Drahflow | |
| 2013-04-16 | Regex support for all lexing regexes | Drahflow | |
| 2013-03-23 | Start/End-of-string support | Drahflow | |
| 2013-03-22 | (minimal) regex library | Drahflow | |
| 2013-03-17 | Can now access string elements | Drahflow | |
| 2013-03-14 | Added "quoted" function | Drahflow | |
| 2013-03-03 | LISP style conds | Drahflow | |
| 2013-03-03 | another one working | Drahflow | |
| 2013-03-01 | Type abstraction begun | Drahflow | |
| 2013-02-06 | Typed executions now handed over to client lib | Drahflow | |
| 2013-02-01 | sys .asm existing | Drahflow | |
| 2013-02-01 | io.ey | Drahflow | |
| * syscalls * minimal string library * compiled client library * file handling | |||
| 2013-01-25 | sys .asm .syscall | Drahflow | |
| 2013-01-23 | dom, rep, =[] done | Drahflow | |
| dom now correctly calls .dom on structs rep loops 0 times, not 2^64 times when called with 0 =[] implemented | |||
| 2013-01-23 | Thinner scope handling when necessary | Drahflow | |
| Functions without own scope don't unneccesary save the current scope. This makes < > possible. Also: dearray implemented | |||
| 2013-01-22 | More standard functions | Drahflow | |
| grep.ey now compiling | |||
| 2013-01-22 | = now working | Drahflow | |
| 2013-01-22 | Some (harder) bugs removed. | Drahflow | |
| 2013-01-22 | Better abstraction during testing | Drahflow | |
| 2013-01-22 | Scope capture now works | Drahflow | |
| 2013-01-21 | Working len now | Drahflow | |
| 2013-01-20 | Quote construction within quotes | Drahflow | |
| Also: * range primitive * error strings before :ud2 | |||
| 2013-01-19 | User-defined functions now create scopes | Drahflow | |
| 2013-01-18 | Quoting in unquoted contexts now works | Drahflow | |
| ... in principle. The new function does not yet create its own scope. | |||
| 2013-01-14 | A more extreme test case | Drahflow | |
| 2013-01-14 | - implemented | Drahflow | |
| 2013-01-09 | More easily tested first instruction | Drahflow | |
| 2013-01-09 | Not sure if win. | Drahflow | |
| 2013-01-07 | Correct scope stuff even when quoted | Drahflow | |
| 2013-01-07 | Structs and scopes now inseparable | Drahflow | |
| 2013-01-07 | Correctly handle unquoted scope capture | Drahflow | |
| 2013-01-03 | Compiler can now push ints and strings | Drahflow | |
