rain d2558acbfb main | il y a 7 ans | |
---|---|---|
vm-src | il y a 7 ans | |
README.md | il y a 7 ans | |
hashtable.scm | il y a 7 ans | |
magic-base.scm | il y a 7 ans | |
magic.boot.byte | il y a 7 ans | |
magic.byte | il y a 7 ans | |
magic.scm | il y a 7 ans |
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