Słownik terminologii komputerowej

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]: Ratatosk An SLR parser generator written in Gofer (a Haskell variant) by Torben AEgidius Mogensen . Ratatosk generates purely functional backtracking {LR0 grammar} parsers (also in Gofer). Even though the sematic value of a production is a function of the attributes of its right-hand side (and thus apparently purely synthesised), inherited attributes are easily simulated by using higher-order functions. (ftp://ftp.diku.dk/pub/diku/dists/Ratatosk.tar.Z).