PyGgy Manual
Next:
Front Matter
PyGgy Manual
Tim Newsham
Email:
newsham@lava.net
Release 0.4
October 15, 2004
Front Matter
Contents
1. Introduction
2. Quick Start
2.1 Installing
2.2 Using PyLly
2.3 Using PyGgy
2.4 Visualization
2.5 Using PyLly with PLY
2.6 More Examples
3. API Reference
3.1
pyggy
3.2
pyggy.lexer
- The lexing engine
3.3
pyggy.srgram
3.4
pyggy.glr
- The PyGgy parsing engine
3.5
pyggy.pylly
- Lexer generation
3.6
pyggy.pyggy
- Grammar generation
4. The PyLly spec file
4.1 The Code section
4.2 The Definition section
4.3 Starting States
4.4 Regular Expressions
4.5 Character Classes
4.6 Pattern operators
4.7 Action Code
4.8 Grammar
5. The PyGgy spec file
5.1 Production rules
5.2 Precedence rules
5.3 Action Code
5.4 EBNF
5.5 The effect of precedence on Parser Construction
5.6 Grammar
6. Future Directions
About this document ...
PyGgy Manual
Next:
Front Matter
Release 0.4, documentation updated on October 15, 2004.
See the
PyGgy Home Page
.