1
0
tiger-scheme/README.md

13 lines
286 B
Markdown
Raw Normal View History

2024-09-19 19:15:07 +00:00
# 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