aboutsummaryrefslogtreecommitdiff
path: root/compiler
AgeCommit message (Expand)Author
2013-09-0416% faster library built time (regex optimization)Drahflow
2013-09-04Minimal HTTP serverDrahflow
2013-09-04buffered polling tcp/ip serverDrahflow
2013-09-03str .infix now availableDrahflow
2013-09-02I CAN HAZ TCP/IP CONNECTION!Drahflow
2013-09-01RegEx behavior now greedy as everyone expects itDrahflow
2013-08-28More functions in the libraryDrahflow
2013-08-19Specialized integer allocator, more speedDrahflow
2013-08-18Further optimizationsDrahflow
2013-08-18Optimized regex engine furtherDrahflow
2013-08-18A few speed improvementsDrahflow
2013-08-12Some optimizations to the allocatorDrahflow
2013-08-11Static-mode names now patched upDrahflow
2013-08-09(.*) not yet very efficient, but include now isDrahflow
2013-08-09Optimizing scoping functions as wellDrahflow
2013-08-08Slightly improving regex performanceDrahflow
2013-08-08First usage of optimization semanticsDrahflow
2013-08-06Towards more efficient "include"Drahflow
2013-08-06"range" now excludes second argumentDrahflow
2013-08-06"via" implementedDrahflow
2013-08-06Corrected sys .asm .syscall docsDrahflow
2013-08-04Correctly freeze allocation list fill stateDrahflow
2013-08-04Removed crashes due to GC following freeze residueDrahflow
2013-07-22Code reduction via metaprogrammingDrahflow
2013-07-22Reducing code wasteDrahflow
2013-07-21implemented includeDrahflow
2013-07-21define function to return current scopeDrahflow
2013-07-21Disable GC load testingDrahflow
2013-07-20freeze2.test now with GCDrahflow
2013-07-10Removed quadratic runtime from allocatorDrahflow
2013-07-10Removed double includeDrahflow
2013-07-10Bitmap based memory allocatorDrahflow
2013-06-26Fixed incorrectly frozen allocator stateDrahflow
2013-06-24Can now freeze program into ELF binaryDrahflow
2013-06-15More generic ELF generationDrahflow
2013-05-08Towards freezing into ELF-binariesDrahflow
2013-05-07movbRegMemIndexScaleDisp8Drahflow
2013-05-07=[] now working on stringsDrahflow
2013-04-16Regex support for all lexing regexesDrahflow
2013-03-23Start/End-of-string supportDrahflow
2013-03-23Unlimited scope sizesDrahflow
2013-03-23Correct function allocationDrahflow
2013-03-22Code size reductionDrahflow
2013-03-22Killed universal "re" variableDrahflow
2013-03-22The implementation of }"Drahflow
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