释义 |
Roskind grammars Roskind grammars (tool)Yacc-based parsers for C and C++ by JimRoskind. It does not use the %prec and %assoc YACC featuresso conflicts are never hidden. The C grammar has only oneshift-reduce conflict, the C++ grammar has a few more. Withbyacc it can produce graphical parse trees automatically.The C grammar conforms to ANSI C and the C++ grammarsupports cfront 2.0 constructs.
Latest version: cpp5 (cf2.0).
ftp://ftp.infoseek.com/pub/c++grammar/. |