summaryrefslogtreecommitdiffstats
path: root/lexer.l
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-12-28 15:04:16 +0000
committerStephen Dolan <mu@netsoc.tcd.ie>2012-12-28 15:05:34 +0000
commit417899f9a02f8957e30fc6252cf0e02b713c4c4a (patch)
treed1a048a962ab10ca9c526cce4a6fab90ec2e27e0 /lexer.l
parent9302b16247eb124c23cc7cf091822afc503105d3 (diff)
Fold operation (code/docs/test)
Diffstat (limited to 'lexer.l')
-rw-r--r--lexer.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/lexer.l b/lexer.l
index 12851de8..fd0e120e 100644
--- a/lexer.l
+++ b/lexer.l
@@ -49,6 +49,7 @@ struct lexer_param;
"and" { return AND; }
"or" { return OR; }
"end" { return END; }
+"fold" { return FOLD; }
"//" { return DEFINEDOR; }
"|=" { return SETPIPE; }
"+=" { return SETPLUS; }