aboutsummaryrefslogtreecommitdiff
path: root/compiler/standard.ey
AgeCommit message (Collapse)Author
2013-09-04buffered polling tcp/ip serverDrahflow
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-28More functions in the libraryDrahflow
2013-08-11Static-mode names now patched upDrahflow
2013-08-08First usage of optimization semanticsDrahflow
2013-08-06"range" now excludes second argumentDrahflow
2013-08-06"via" implementedDrahflow
2013-03-03LISP style condsDrahflow
2013-01-14More performance still.Drahflow
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-14Compiler Tokenizer workingDrahflow