Parrot Compiler Tools Running Your Programming Language on Parrot #30

Or, as an executable

$ ./parrot abc.pbc
> 3 + 5
8
> 157 + 465
622

In other words, we now have a working compiler. :-)

Yay!

Copyright © 2007 chromatic and Patrick Michaud