Parrot Parrot Compiler Toolkit #54

Syntactic categories

PGE's operator precedence parser understands the following syntactic categories:

term:             # 1, 'hello'
infix:            # infix:<+>, infix:<&>, infix:<=>
prefix:           # prefix:<++>, prefix:<->, prefix:<!>
postfix:          # postfix:<++>, postfix:<-->
circumfix:        # circumfix:<( )>
postcircumfix:    # postcircumfix:<[ ]>
ternary:          # ternary:<? :>
Copyright © 2008 Patrick R. Michaud
http://www.pmichaud.com/2008/pres/