summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoraarne <unknown>2004-09-26 16:05:36 +0000
committeraarne <unknown>2004-09-26 16:05:36 +0000
commitf5519f77eb26e5030e35d8e4660295f21f065cf1 (patch)
tree5978698f302eaeb08a10dd13cd07c6ae0f28ccba /examples
parent693cbcb2f387aa6b0c782e46cb14c0769be26c43 (diff)
paper and references
Diffstat (limited to 'examples')
-rw-r--r--examples/gfcc/complin.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gfcc/complin.tex b/examples/gfcc/complin.tex
index abb226617..30b4908ef 100644
--- a/examples/gfcc/complin.tex
+++ b/examples/gfcc/complin.tex
@@ -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