Fix total pattern match verification
[scheme.git] / main.scm
2019-08-13 Luke LauUpdate main.scm to properly read in multi-expression...
2019-08-04 Luke LauMerge branch 'master' of lukelau.me:/srv/git/scheme
2019-08-02 Luke LauStart work on ADTs
2019-07-29 Luke LauAdd dodgy uname based host OS detection
2019-07-24 Luke LauMerge branch 'master' of lukelau.me:/srv/git/scheme
2019-07-23 Luke LauAdd darwin target support
2019-07-23 Luke LauUpdate main for codegen changes
2019-07-21 Luke LauAdd more binary ops
2019-07-17 Luke LauSplit out compiler into codegen and main