forked from GitHub/gf-core
paper and references
This commit is contained in:
2099
doc/gf-bib.bib
Normal file
2099
doc/gf-bib.bib
Normal file
File diff suppressed because it is too large
Load Diff
@@ -908,7 +908,7 @@ as an argument.
|
|||||||
|
|
||||||
Fortunately, it is easy to replace the generic, interpreting GF parser
|
Fortunately, it is easy to replace the generic, interpreting GF parser
|
||||||
by a compiled LR(1) parser. GF supports the translation of a concrete
|
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
|
which in turn can be translated to parser generator code
|
||||||
(Happy, Bison, or JavaCUP), by the BNF Converter \cite{bnfc}.
|
(Happy, Bison, or JavaCUP), by the BNF Converter \cite{bnfc}.
|
||||||
The parser we are therefore using in the compiler is a Haskell
|
The parser we are therefore using in the compiler is a Haskell
|
||||||
|
|||||||
Reference in New Issue
Block a user