summaryrefslogtreecommitdiffstats
path: root/parser.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2010-01-19 15:16:28 -0800
committerKaz Kylheku <kaz@kylheku.com>2010-01-19 15:16:28 -0800
commit7c6391bb10adc88d156ec88148184bc3eb8681ce (patch)
tree45752f1a9de6da1ab2584c5cb10d1044e0e82ce4 /parser.h
parent1b29c92e9c0e92f73aab633d59d3417a1f6c405b (diff)
downloadtxr-7c6391bb10adc88d156ec88148184bc3eb8681ce.tar.gz
txr-7c6391bb10adc88d156ec88148184bc3eb8681ce.tar.bz2
txr-7c6391bb10adc88d156ec88148184bc3eb8681ce.zip
More regex grammar work.
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index e4f712b9..3a7fb720 100644
--- a/parser.h
+++ b/parser.h
@@ -36,3 +36,4 @@ void yyerror(const char *s);
void yyerrorf(val s, ...);
void yybadtoken(int tok, val context);
void end_of_regex(void);
+int yylex(void);