1
0
forked from GitHub/gf-core

paper and references

This commit is contained in:
aarne
2004-09-26 16:05:36 +00:00
parent 693cbcb2f3
commit f5519f77eb
2 changed files with 2100 additions and 1 deletions

2099
doc/gf-bib.bib Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -908,7 +908,7 @@ as an argument.
Fortunately, it is easy to replace the generic, interpreting GF parser
by a compiled LR(1) parser. GF supports the translation of a concrete
syntax into the \empha{Labelled BNF} (LBNF) format \cite{lbnf},
syntax into the \empha{Labelled BNF} (LBNF) format, %% \cite{lbnf},
which in turn can be translated to parser generator code
(Happy, Bison, or JavaCUP), by the BNF Converter \cite{bnfc}.
The parser we are therefore using in the compiler is a Haskell