1
0
tiger-scheme/README.md

13 lines
286 B
Markdown
Executable File

# Tiger Scheme
Almost complete implementation of Scheme in Tiger. Performs
translation to bytecode, where after it executes the bytecode.
As far as I remember, it doesn't support closures, and only some of
the macro forms.
First change: Jan 5 2019
Latest change: Dec 5 2019