Add notes on ownership
[scheme.git] / ast.scm
2019-07-29 Luke LauAdd ast-find
2019-07-28 Luke LauBreak up lets into SCCs before typechecking
2019-07-23 Luke LauMake the ABI respect stack etc.
2019-07-23 Luke LauAdd ast-traverse helper
2019-07-22 Luke LauRefactor ast "pattern matching" to a single function
2019-07-22 Luke LauFirst pass at lambdas and closures
2019-07-20 Luke LauNormalize lambdas to be single arguments only
2019-07-17 Luke LauAdd let bindings