aboutsummaryrefslogtreecommitdiff
path: root/compiler
AgeCommit message (Collapse)Author
2019-09-06"\\|" should work in regexesDrahflow
2019-08-07sys .asm .remaining{Call,Data}StackDrahflow
2019-08-07Mark top of stackDrahflow
2019-06-18Macro harderDrahflow
2019-03-26Fix broken global scope keysDrahflow
2019-03-26Don't die within dumpDrahflow
2019-03-20Don't capture global scope in non-quoted }_Drahflow
This becomes non-academic in case include is called from non-global scope.
2018-12-28(minimally) better error reportingDrahflow
2017-08-21Correctly report the type of the constant empty arrayDrahflow
2017-08-21Allow including from stringsDrahflow
2017-08-21Added _' for indexed access to stackDrahflow
2017-08-20Report "type" of special stack entriesDrahflow
2017-05-31Implemented |=Drahflow
2017-03-02lodsqDrahflow
2017-03-01Expect array of objects in sys .asm .createFunctionDrahflow
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
2016-10-28Allow larger freezeDrahflow
2016-10-13Correctly handle empty string in str .splitDrahflow
2016-08-11Better performance on array array *Drahflow
2016-06-08Special-case autoloopDrahflow
2016-04-14Allow \\], \\(, \\) in regexDrahflow
2016-01-07Assembler routines for some common operationsDrahflow
2015-12-17Don't pollute scopes around includeDrahflow
2015-12-17Use correct scope when includingDrahflow
2015-12-16Fixed commentDrahflow
2015-10-21Don't pollute stack on empty arrays in any/allDrahflow
2015-09-23Use separate GC stack to prevent overflowDrahflow
2015-07-10SHA512Drahflow
2015-07-01FreeBSD support in masterDrahflow
2015-06-26Other way aroundDrahflow
2015-06-26Move write syscall number into constantsDrahflow
2015-06-25Moved sys .freeze where it belongs moreDrahflow
2015-06-23Handle empty iterablesDrahflow
2015-06-22Some huge scope tests...Drahflow
2015-06-22Reduced number of allocations in dumpDrahflow
2015-06-22Finally rewrite extension area access to constant scope sizeDrahflow
... also fixes a nasty bug when STATICWRITE from PUSH in rewriteIntegerTrace
2015-06-21Uniformly use rax as indirect jump registerDrahflow
2015-06-19Documented the , functionsDrahflow
2015-06-19Forward function objects to jump pad targetsDrahflow
... and fix really ugly memory bugs occuring because some code referenced function objects not the code objects it was calling
2015-06-19Improved performance of condsDrahflow
2015-06-19Optimized .?'Drahflow
2015-06-19Position markers for stack subeffect isolationDrahflow
2015-06-19Better map performanceDrahflow
2015-06-18Also inline notDrahflow
2015-06-18ARRAYCLEAR does noting with scopesDrahflow
2015-06-18Optimize rep on inline-created functionsDrahflow
... also finally make label resolution recursive
2015-06-17If strings reside at the same address, they are eqDrahflow