Working with PCCTS Grammars
Randall J. Fisher
rfisher@ecn.purdue.edu
Disclaimer
Forward
This is an introduction and short tutorial on reading, writing and converting
PCCTS grammars. It is intended to provide enough information to allow a
beginning student to understand and work with a basic grammar.
Table of Contents
- How to read a PCCTS grammar.
- Converting a PCCTS grammar to Syntax Diagrams.
- Converting a PCCTS grammar to C Code.
- Converting Syntax Diagrams to a PCCTS grammar.
Bibliography
THE book on PCCTS is Terence John Parr's Language Translation Using
PCCTS & C++. It is published by Automata Publishing
Company, San Jose, CA 95129. email:info@apco.com. Copyright 1996.
A prerelease version of this book is available online off the
Getting Started With PCCTS page.
This page was last modified
.