summaryrefslogtreecommitdiff
path: root/src/lacweb.lex
diff options
context:
space:
mode:
Diffstat (limited to 'src/lacweb.lex')
-rw-r--r--src/lacweb.lex1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lacweb.lex b/src/lacweb.lex
index bc5d3af4..88410f2a 100644
--- a/src/lacweb.lex
+++ b/src/lacweb.lex
@@ -109,6 +109,7 @@ ws = [\ \t\012];
<INITIAL> "#" => (Tokens.HASH (yypos, yypos + size yytext));
<INITIAL> "con" => (Tokens.CON (yypos, yypos + size yytext));
+<INITIAL> "type" => (Tokens.LTYPE (yypos, yypos + size yytext));
<INITIAL> "fn" => (Tokens.FN (yypos, yypos + size yytext));
<INITIAL> "Type" => (Tokens.TYPE (yypos, yypos + size yytext));