Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
Roskind grammars
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.
Latest version: cpp5 (cf2.0).
(ftp://ftp.infoseek.com/pub/c++grammar/).
(2003-10-09)