-
Notifications
You must be signed in to change notification settings - Fork 2
Ted's Parser Compiler
License
tphelps/tpc
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
INTRODUCTION Ted's Parser Compiler (tpc) is yet another tool for generating LALR(1) parsers. Unlike yacc and bison, tpc does not generate parser. Instead it generates the tables that a LALR(1) parser uses to decide when to shift and how to reduce the tokens it is given. This makes it possible to build reentrant parsers, the motivation for its construction. INSTALLATION The quick way: ./configure make make install For more information, see the INSTALL file in this directory.
About
Ted's Parser Compiler
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published