summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* declare defines for top-level mutual recursiontomsmeding2019-11-26
* Full tokeniser in lispparser.lisp (also strings now)tomsmeding2019-11-22
* Allow multiple arguments to 'error' in VMtomsmeding2019-11-22
* Fix error message bug in VMtomsmeding2019-11-22
* Fuller set of string escapes in Parsertomsmeding2019-11-22
* Properly parse cond in CompilerMacrostomsmeding2019-11-22
* Deduplicate data table entriestomsmeding2019-11-22
* Clean up take-while in stdlibtomsmeding2019-11-22
* lispparser: working tokenisertomsmeding2019-11-22
* Fix bug with recursion in VMtomsmeding2019-11-22
* Proper 'throw' usage in VMtomsmeding2019-11-22
* More builtins: type queries, and errortomsmeding2019-11-22
* Actually properly parse negative numberstomsmeding2019-11-22
* Warningless buildtomsmeding2019-11-22
* WIP lisp parser in lispTom Smeding2019-11-21
* take-while, drop-whileTom Smeding2019-11-21
* Correctly parse negative numbersTom Smeding2019-11-21
* Rotate arguments to substr and allow negative lengthTom Smeding2019-11-21
* cons, cond, exitTom Smeding2019-11-21
* Extra mergeRets pass after deadStoreElimTom Smeding2019-11-21
* Use sys-put-string in filetest.lispTom Smeding2019-11-21
* Tail call optimisationTom Smeding2019-11-21
* Some rewriting in in stdlib.lispTom Smeding2019-11-21
* Better string and IO supportTom Smeding2019-11-21
* Diagnose (do) as error at compile timeTom Smeding2019-11-21
* Proper string parsingTom Smeding2019-11-21
* Change builtinMap to SetTom Smeding2019-11-21
* Move compiler macro's to separate module (from Compiler)Tom Smeding2019-11-20
* lambdarec for singly-recursive lambda'sTom Smeding2019-11-20
* Notes/ideas and example tests for recursive functionstomsmeding2019-11-18
* test.sh: Continue going if a test failstomsmeding2019-11-18
* Proper depth counting in presence of lets in analyseValuetomsmeding2019-11-18
* Split off macro expansion from analyseValuetomsmeding2019-11-18
* Remove really outdated makefiletomsmeding2019-11-18
* Automatic testing of examplestomsmeding2019-11-18
* Fix includes relative to lisp filetomsmeding2019-11-18
* Refactor analyseValue, fix Lettomsmeding2019-11-18
* 'null?' builtinLieuwe Rooijakkers2019-11-14
* Handle eof in file IOTom Smeding2019-11-14
* Implement 'let'Tom Smeding2019-11-14
* File I/OTom Smeding2019-11-14
* Equality operatortomsmeding2019-11-14
* Build with newer stack LTStomsmeding2019-04-21
* Build with stackTom Smeding2018-03-26
* Rename files for case-sensitive file systemTom Smeding2018-03-26
* #includetomsmeding2017-12-17
* Move old things out of the waytomsmeding2017-12-17
* Make fiboY worktomsmeding2017-12-13
* Datastomsmeding2017-12-13
* Initialtomsmeding2017-12-09