aboutsummaryrefslogtreecommitdiff
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-03TCP/IP listening supportDrahflow
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-11A minimal performance tracing toolDrahflow
2013-08-11Some more syscallsDrahflow
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-06More syscalls translatedDrahflow
2013-08-06Towards more efficient "include"Drahflow
2013-08-06Added make-rule for pre-loaded interpreterDrahflow
2013-08-06"range" now excludes second argumentDrahflow
2013-08-06"via" implementedDrahflow
2013-08-06Enabling build from fresh repoDrahflow
2013-08-06Corrected sys .asm .syscall docsDrahflow
2013-08-06First steps towards a standard libraryDrahflow
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-21Don't create subscope while interpretingDrahflow
2013-07-21Elymas interpreter in elymas.Drahflow
2013-07-21Some more testsDrahflow
2013-07-21implemented includeDrahflow
2013-07-21define function to return current scopeDrahflow
2013-07-21Disable GC load testingDrahflow
2013-07-21Correctly handle escape within classesDrahflow
2013-07-21Correct nameDrahflow
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