rain d2558acbfb main | 7 年之前 | |
---|---|---|
vm-src | 7 年之前 | |
README.md | 7 年之前 | |
hashtable.scm | 7 年之前 | |
magic-base.scm | 7 年之前 | |
magic.boot.byte | 7 年之前 | |
magic.byte | 7 年之前 | |
magic.scm | 7 年之前 |
this is my first bootstrapping scheme compiler. i am working on a complete rewrite using some new things I have learned. This code is only posted for interest.
$ cd vm-src $ make $ cd .. $ cat magic-base.scm hashtable.scm magic.scm | ./vm-src/main magic.byte > magic.boot.byte $ diff magic.byte magic.boot.byte