Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Roskind grammars

You are here: irt.org | FOLDOC | Roskind grammars

<tool> Yacc-based parsers for C and C++ by Jim Roskind. It does not use the %prec and %assoc YACC features so conflicts are never hidden. The C grammar has only one shift-reduce conflict, the C++ grammar has a few more. With byacc it can produce graphical parse trees automatically. The C grammar conforms to ANSI C and the C++ grammar supports cfront 2.0 constructs.

(ftp://ftp.infoseek.com/pub/c++grammar/).

(2003-10-09)

Nearby terms: root version « ROSE « Rosette « Roskind grammars » rot13 » rotary debugger » rotational latency

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb