Parrot Parrot Compiler Toolkit #49

Bottom-up parsing in PCT

Top-down (recursive descent) parsing is slow

PCT provides a bottom-up operator-precedence parser that can be integrated into parsing.

PCT also allows the parser to call custom subroutines for special-purpose parsing or actions.

Copyright © 2008 Patrick R. Michaud
http://www.pmichaud.com/2008/pres/