Moving README into main file
This commit is contained in:
parent
9c737e0be1
commit
65650d7314
12
README.md
12
README.md
|
@ -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
|
||||
|
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user