aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-02Fixup MATCH for trailing (.*)Drahflow
2017-03-02Noted a bugDrahflow
2017-03-02Removing old code remnantsDrahflow
2017-03-02Some cleanupsDrahflow
2017-03-02PerformanceDrahflow
2017-03-02PerformanceDrahflow
2017-03-02lodsqDrahflow
2017-03-01Expect array of objects in sys .asm .createFunctionDrahflow
2017-03-01WIP: new assembly written regex engineDrahflow
2017-02-28grep function not guaranteed to be type-constDrahflow
2017-02-22Optimizer-correct variable orderDrahflow
2017-02-21Support rip-relative addressingDrahflow
2017-02-12Some speed boost on typical regex usageDrahflow
2017-02-10Allow preforkDrahflow
2017-02-08Allow HTTP response headersDrahflow
2016-12-30Don't kill sys .freeze, but replace it with shared versionDrahflow
2016-11-30... also use parent scope variableDrahflow
2016-11-30Unclean macro exampleDrahflow
2016-10-28Allow larger freezeDrahflow
2016-10-28More testsDrahflow
2016-10-16Fixed typoDrahflow
2016-10-14Add links between markdown files, for more convenient browsingSebastian Willenborg
2016-10-13Correctly handle empty string in str .splitDrahflow
2016-09-28Align example with puzzle pastebinDrahflow
2016-09-26Look, we can have non-recursive functions :PDrahflow
2016-08-14Remove some (potential) source of O(n^2)Drahflow
2016-08-11Slightly less allocsDrahflow
2016-08-11Faster parser constructionDrahflow
2016-08-11Better performance on array array *Drahflow
2016-07-04sys .asmroutines .assemblestrDrahflow
2016-07-04Added info about index when no element is foundDrahflow
2016-06-09Don't deffd %Drahflow
2016-06-08Added bugfix to TODODrahflow
2016-06-08Special-case autoloopDrahflow
2016-05-23Protect execve args from GCDrahflow
2016-04-14Allow \\], \\(, \\) in regexDrahflow
2016-03-15Faster elymas parsingDrahflow
2016-03-15Always more stuff to doDrahflow
2016-01-07Assembler routines for some common operationsDrahflow
2016-01-06global `keys` functionDrahflow
2016-01-06This is now actually a GLR-ish parserDrahflow
2016-01-06WIP: performance improvementsDrahflow
2016-01-06WIP: working LALR(1) parser, moving to GLR-ishDrahflow
2016-01-05WIP: performance improvementsDrahflow
2016-01-05WIP performance improvementsDrahflow
2016-01-04LALR(1) parser generatorDrahflow
2016-01-04WIP on LALR(1) parser generatorDrahflow
2015-12-17Don't pollute scopes around includeDrahflow
2015-12-17Use correct scope when includingDrahflow
2015-12-16Fixed commentDrahflow