summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-04 16:29:36 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-04 16:29:36 -0500
commit4070e94fcedeffc25128c2f613ee6aec687eae72 (patch)
treead3b5335d5f9cc493c0f24cd50f22170f3768a76 /src/parser.h
parent07547abf01f117076f36587f462a68dae0959b11 (diff)
downloadcolm-4070e94fcedeffc25128c2f613ee6aec687eae72.tar.gz
push towards embedded list elements
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h
index 70436edd..f4730cb7 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -41,6 +41,9 @@ struct BaseParser
/* Lexical feedback. */
+ void listElDef( String name );
+
+ void argvDecl();
void init();
void addRegularDef( const InputLoc &loc, Namespace *nspace,
const String &name, LexJoin *join );