| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-20 | Don't capture global scope in non-quoted }_ | Drahflow | |
| This becomes non-academic in case include is called from non-global scope. | |||
| 2017-02-28 | grep function not guaranteed to be type-const | Drahflow | |
| 2015-10-21 | Don't pollute stack on empty arrays in any/all | Drahflow | |
| 2015-06-19 | Improved performance of conds | Drahflow | |
| 2015-05-12 | Do not allocate useless scopes in via | Drahflow | |
| 2014-08-18 | Correct any/all semantics for empty arrays | Drahflow | |
| 2013-12-31 | Less memory usage still | Drahflow | |
| Also, sys .opt now needs less luck to execute correctly. | |||
| 2013-10-22 | Can now retype functions | Drahflow | |
| 2013-10-17 | min and max should be available everywhere | Drahflow | |
| 2013-09-04 | buffered polling tcp/ip server | Drahflow | |
| 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-28 | More functions in the library | Drahflow | |
| 2013-08-11 | Static-mode names now patched up | Drahflow | |
| 2013-08-08 | First usage of optimization semantics | Drahflow | |
| 2013-08-06 | "range" now excludes second argument | Drahflow | |
| 2013-08-06 | "via" implemented | Drahflow | |
| 2013-03-03 | LISP style conds | Drahflow | |
| 2013-01-14 | More performance still. | Drahflow | |
| 2013-01-03 | Compiler can now push ints and strings | Drahflow | |
| 2012-12-31 | Bytecode executing | Drahflow | |
| Specifically, an empty opcode sequence is executed for each token. Next up: Scope resolution and actually call some of these functions. | |||
| 2012-12-14 | Compiler Tokenizer working | Drahflow | |
