summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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