summaryrefslogtreecommitdiff
path: root/src/lmparse.kh
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-07-28 11:08:02 -0400
committerAdrian Thurston <thurston@complang.org>2012-07-28 11:08:02 -0400
commitd5a996a46e9244c363f93d346ae532ded759fccf (patch)
treefeb4dc84a246806cb190e71c52a0c2a893f52300 /src/lmparse.kh
parent9a3bfdba843f7eaf0b3ba64ec14dc75546b4fe31 (diff)
downloadcolm-d5a996a46e9244c363f93d346ae532ded759fccf.tar.gz
cleanup: 'accum' -> 'parser'
Diffstat (limited to 'src/lmparse.kh')
-rw-r--r--src/lmparse.kh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lmparse.kh b/src/lmparse.kh
index 86b70b6f..e55f3c25 100644
--- a/src/lmparse.kh
+++ b/src/lmparse.kh
@@ -53,7 +53,7 @@ struct ColmParser
# Defining things.
token KW_Rl, KW_Def, KW_Lex, KW_Context, KW_Ignore, KW_Token, KW_Commit, KW_Namespace,
- KW_Literal, KW_ReduceFirst, KW_Map, KW_List, KW_Vector, KW_Accum, KW_Global, KW_Export,
+ KW_Literal, KW_ReduceFirst, KW_Map, KW_List, KW_Vector, KW_Parser, KW_Global, KW_Export,
KW_Iter, KW_Reject, KW_Ptr, KW_Ref, KW_Deref;
# Language.