diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-19 15:16:28 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-19 15:16:28 -0800 |
commit | 7c6391bb10adc88d156ec88148184bc3eb8681ce (patch) | |
tree | 45752f1a9de6da1ab2584c5cb10d1044e0e82ce4 /parser.h | |
parent | 1b29c92e9c0e92f73aab633d59d3417a1f6c405b (diff) | |
download | txr-7c6391bb10adc88d156ec88148184bc3eb8681ce.tar.gz txr-7c6391bb10adc88d156ec88148184bc3eb8681ce.tar.bz2 txr-7c6391bb10adc88d156ec88148184bc3eb8681ce.zip |
More regex grammar work.
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |