Add let bindings
authorLuke Lau <luke_lau@icloud.com>
Wed, 17 Jul 2019 22:15:15 +0000 (23:15 +0100)
committerLuke Lau <luke_lau@icloud.com>
Wed, 17 Jul 2019 22:15:15 +0000 (23:15 +0100)
commit3ce93ef63f164f8dc63c89f1a97f46e200c71d02
treebe4b496260c7e9f72019e71fe9756abfbf38bda3
parentb5fad4a5e1ad7d15dc440089edc9e137bc377be9
Add let bindings

Also split out some helpers into a separate ast file
Need to split compiler out into codegen and main
ast.scm [new file with mode: 0644]
compiler.scm
typecheck.scm