6.9.1. Credits

6.9.1. Credits

This code is heavily adapted from the original by
  mailto:scott@chronis.icgroup.com
__version__ = "$Id: Grammar.py,v 0.2 1997/12/13 03:02:13 scott Exp scott $"
Scott has all the credit for implementing the very complex LALR parser table generator. The algorithms are from the Dragon Book, 'Compilers: Principles, Techniques and Tools' by Aho Sethi and Ullman, Addison Wesley. Mine has ISBN 0-201-10194-7, but is an old (1987) edition. Page numbers herein refer to that.


6.9.1.1. Dependencies
6.9.1.2. Reserved Symbols
6.9.1.3. Grammar Productions
6.9.1.4. Grammar