Add ast-traverse helper
[scheme.git] / codegen.scm
2019-07-22 Luke LauRefactor ast "pattern matching" to a single function
2019-07-22 Luke LauAdd recursive let-bindings
2019-07-22 Luke LauFix some normalization issues, add codegen tests
2019-07-22 Luke LauFirst pass at lambdas and closures
2019-07-21 Luke LauAdd more binary ops
2019-07-17 Luke LauSplit out compiler into codegen and main