WIP on typechecker refactor
[scheme.git] / tests.scm
2019-08-01 Luke LauWIP on typechecker refactor
2019-07-30 Luke LauMerge branch 'master' of lukelau.me:/srv/git/scheme
2019-07-30 Luke LauAdd support for recursive let binding codegen
2019-07-30 Luke LauAdd pow test
2019-07-29 Luke LauAdd a test for equality
2019-07-29 Luke LauFix graph not considering original binds when recursing
2019-07-29 Luke LauUpdate recursive test to simpler example
2019-07-29 Luke LauAdd dodgy uname based host OS detection
2019-07-28 Luke LauSubstitute only the variables in the scc
2019-07-28 Luke LauBreak up lets into SCCs before typechecking
2019-07-27 Luke LauAdd a bunch more tests
2019-07-27 Luke LauAdd new test
2019-07-24 Luke LauMerge branch 'master' of lukelau.me:/srv/git/scheme
2019-07-24 Luke LauAdd WIP on passing about closures
2019-07-23 Luke LauAdd darwin target support
2019-07-23 Luke LauMake the ABI respect stack etc.
2019-07-23 Luke LauAdd strings and print primitive
2019-07-23 Luke LauRemove C dependency, directly emit _start
2019-07-23 Luke LauCodegen if statements
2019-07-22 Luke LauFix some normalization issues, add codegen tests
2019-07-20 Luke LauResolve types in lambda arguments, recursively substitute