1
0

Moving README into main file

This commit is contained in:
Jon Michael Aanes 2024-09-24 23:23:04 +02:00
parent 9c737e0be1
commit 65650d7314
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
2 changed files with 12 additions and 12 deletions

View File

@ -1,12 +0,0 @@
# 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

View File

@ -1,3 +1,15 @@
/*
# 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
*/
let /* Booleans */