NAME ^

Scheme - an implementation of Scheme on Parrot

Description ^

Compile Scheme to PASM.

Implementation ^

Lexing is done in Scheme::Tokenizer. Parsing is done Scheme::Parser, PIR is generated in Scheme::Generator. Scheme.pm pulls it all together.

SEE ALSO ^

"LANGUAGES.STATUS.pod" in ..

http://www.schemers.org/

http://www.schemers.org/Documents/Standards/R5RS/

http://en.wikipedia.org/wiki/Scheme_%28programming_language%29

http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html


parrot