How to implement a language on parrot:
- PASM : ok for small languages. (e.g.: befunge)
- manage own calling conventions
- manage own registers
- PIR : (e.g. Tcl)
- Provides lots of sugar.
.return ($P1.'some_method'(my_array) :flat)
- New Compiler Tools.
APL | Parrot Target Practice | #9 |
.return ($P1.'some_method'(my_array) :flat)
Copyright © 2006 Will Coleda & Patrick Michaud |