parrotcode: an implementation of Scheme on Parrot | |
Contents | Language Implementations | Scheme |
Scheme - an implementation of Scheme on Parrot
Compile Scheme to PASM.
Lexing is done in Scheme::Tokenizer. Parsing is done Scheme::Parser, PIR is generated in Scheme::Generator. Scheme.pm pulls it all together.
|