| Revision: | 1.1 |
| Committed: | Thu Nov 6 14:31:24 2008 UTC (17 years, 6 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | HEAD |
| Log Message: | *** empty log message *** |
| # | Content |
|---|---|
| 1 | #ifndef tokens_h |
| 2 | #define tokens_h |
| 3 | /* tokens.h -- List of labelled tokens and stuff |
| 4 | * |
| 5 | * Generated from: parser.g |
| 6 | * |
| 7 | * Terence Parr, Will Cohen, and Hank Dietz: 1989-2001 |
| 8 | * Purdue University Electrical Engineering |
| 9 | * ANTLR Version 1.33MR33 |
| 10 | */ |
| 11 | enum ANTLRTokenType { |
| 12 | Name=5, |
| 13 | Number=15, |
| 14 | DLGminToken=0, |
| 15 | DLGmaxToken=9999}; |
| 16 | |
| 17 | #endif |