index
:
lisphs
bb-profiling
inlining
lower-to-isa
master
Lisp half-compiler written in Haskell
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Optimise some more
tomsmeding
2019-11-30
*
Annotate GFD entry points in IRProgram show output
tomsmeding
2019-11-30
*
mergeBlocks should not be quadratic
tomsmeding
2019-11-29
*
Show more helpful info when show'ing an IRProgram
tomsmeding
2019-11-28
*
Remove stdlib.lisp dep in mutual-recursion.lisp
tomsmeding
2019-11-28
*
Command-line options for AST and IR
tomsmeding
2019-11-28
*
Use IntMap's in VM; doesn't actually give much speed though
tomsmeding
2019-11-26
*
Use Sequence-based string in VM; 50% faster lispparser.lisp
tomsmeding
2019-11-26
*
Make use of multi-argument concat builtin
tomsmeding
2019-11-26
*
Parse lispparser.lisp with lispparser.lisp
tomsmeding
2019-11-26
*
Fix bugs in lispparser.lisp
tomsmeding
2019-11-26
*
Lisp parser in lisp can parse stdlib
tomsmeding
2019-11-26
*
Working (basic) lisp parser in lisp
tomsmeding
2019-11-26
*
stdlib: const, ., reverse
tomsmeding
2019-11-26
*
declare defines for top-level mutual recursion
tomsmeding
2019-11-26
*
Full tokeniser in lispparser.lisp (also strings now)
tomsmeding
2019-11-22
*
Allow multiple arguments to 'error' in VM
tomsmeding
2019-11-22
*
Fix error message bug in VM
tomsmeding
2019-11-22
*
Fuller set of string escapes in Parser
tomsmeding
2019-11-22
*
Properly parse cond in CompilerMacros
tomsmeding
2019-11-22
*
Deduplicate data table entries
tomsmeding
2019-11-22
*
Clean up take-while in stdlib
tomsmeding
2019-11-22
*
lispparser: working tokeniser
tomsmeding
2019-11-22
*
Fix bug with recursion in VM
tomsmeding
2019-11-22
*
Proper 'throw' usage in VM
tomsmeding
2019-11-22
*
More builtins: type queries, and error
tomsmeding
2019-11-22
*
Actually properly parse negative numbers
tomsmeding
2019-11-22
*
Warningless build
tomsmeding
2019-11-22
*
WIP lisp parser in lisp
Tom Smeding
2019-11-21
*
take-while, drop-while
Tom Smeding
2019-11-21
*
Correctly parse negative numbers
Tom Smeding
2019-11-21
*
Rotate arguments to substr and allow negative length
Tom Smeding
2019-11-21
*
cons, cond, exit
Tom Smeding
2019-11-21
*
Extra mergeRets pass after deadStoreElim
Tom Smeding
2019-11-21
*
Use sys-put-string in filetest.lisp
Tom Smeding
2019-11-21
*
Tail call optimisation
Tom Smeding
2019-11-21
*
Some rewriting in in stdlib.lisp
Tom Smeding
2019-11-21
*
Better string and IO support
Tom Smeding
2019-11-21
*
Diagnose (do) as error at compile time
Tom Smeding
2019-11-21
*
Proper string parsing
Tom Smeding
2019-11-21
*
Change builtinMap to Set
Tom Smeding
2019-11-21
*
Move compiler macro's to separate module (from Compiler)
Tom Smeding
2019-11-20
*
lambdarec for singly-recursive lambda's
Tom Smeding
2019-11-20
*
Notes/ideas and example tests for recursive functions
tomsmeding
2019-11-18
*
test.sh: Continue going if a test fails
tomsmeding
2019-11-18
*
Proper depth counting in presence of lets in analyseValue
tomsmeding
2019-11-18
*
Split off macro expansion from analyseValue
tomsmeding
2019-11-18
*
Remove really outdated makefile
tomsmeding
2019-11-18
*
Automatic testing of examples
tomsmeding
2019-11-18
*
Fix includes relative to lisp file
tomsmeding
2019-11-18
[next]