parrotcode: The parser grammar compiler | |
Contents | Compilers |
pgc.pir - The parser grammar compiler
> ./parrot compilers/pge/pgc.pir [OPTIONS] FILE [...]
This program takes a set of parser rules (i.e., a parser grammar) specified in the input FILE
s, and compiles it into the PIR code needed to execute the grammar. This PIR code is then suitable for inclusion or compilation into other larger programs.
main()
|