aboutsummaryrefslogtreecommitdiff
path: root/compiler/standardClient.ey
AgeCommit message (Expand)Author
2019-09-06"\\|" should work in regexesDrahflow
2019-06-18Macro harderDrahflow
2019-03-26Don't die within dumpDrahflow
2018-12-28(minimally) better error reportingDrahflow
2017-08-21Allow including from stringsDrahflow
2017-05-31Implemented |=Drahflow
2017-02-12Some speed boost on typical regex usageDrahflow
2016-10-28Allow larger freezeDrahflow
2016-08-11Better performance on array array *Drahflow
2016-06-08Special-case autoloopDrahflow
2016-04-14Allow \\], \\(, \\) in regexDrahflow
2015-12-17Don't pollute scopes around includeDrahflow
2015-12-17Use correct scope when includingDrahflow
2015-07-01FreeBSD support in masterDrahflow
2015-06-25Moved sys .freeze where it belongs moreDrahflow
2015-06-23Handle empty iterablesDrahflow
2015-06-22Reduced number of allocations in dumpDrahflow
2015-06-16Make internalExecuteIdentifier available to usersDrahflow
2015-06-16FIXME resolvedDrahflow
2015-06-16Reduce number of program headersDrahflow
2015-05-28Inlined logical or as wellDrahflow
2015-05-07Be able to dump coroutinesDrahflow
2015-04-14Typed array application \o/Drahflow
2015-04-14Fix another co-iteration bug.Drahflow
2015-04-14Fixes to co-iterationDrahflow
2015-04-11Sane handling of integer divisionDrahflow
2015-01-07Correctly handle last line without newlineDrahflow
2014-08-27Can now pass O_TRUNCDrahflow
2014-03-31Some documentation (and resulting code-cleanup)Drahflow
2014-03-26Sorting routineDrahflow
2014-03-26Container typesDrahflow
2014-03-18Automatic scope-handling of global functionsDrahflow
2014-03-11Complex data types can now be doneDrahflow
2014-03-11(Slow) abstract data typesDrahflow
2014-03-11Fixed auto-lambdiaingDrahflow
2014-03-09Missing member handling completedDrahflow
2014-01-12Correct order of subgroup matchesDrahflow
2014-01-11Can now pass doubles to C librariesDrahflow
2014-01-09Floating point supportDrahflow
2014-01-08Freeing heap type markers 2-3 for scalars (floats)Drahflow
2014-01-06streq -> eqDrahflow
2013-12-31Further reductions of memory wasteDrahflow
2013-12-31Less memory usage stillDrahflow
2013-12-28Reducing memory footprintDrahflow
2013-12-22Yet another few seconds savedDrahflow
2013-12-22Total build time reduced by 90 seconds (30%)Drahflow
2013-12-22read now universally returns (undecoded) stringDrahflow
2013-12-19Refactored away some particularly ugly codeDrahflow
2013-12-18Fixed section addresses (and gdb warnings)Drahflow
2013-10-27str .splitDrahflow