Parrot Compiler Tools Running Your Programming Language on Parrot #15

Build compiler and test parsing

$ ./parrot -o abc.pbc abc.pir        # build abc compiler

$ ./parrot abc.pbc --target=parse    # test parse
continued...
Copyright © 2007 chromatic and Patrick Michaud