X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/f19ba3232998ecde9c4fb818278444474f4fce66..1dd06e3cd2f4e8b23c398ac65ad09eff9d1c5a02:/src/domtool.lex diff --git a/src/domtool.lex b/src/domtool.lex index 80c06c7..99449ca 100644 --- a/src/domtool.lex +++ b/src/domtool.lex @@ -125,6 +125,7 @@ lineComment = #[^\n]*\n; "let" => (Tokens.LET (yypos, yypos + size yytext)); "in" => (Tokens.IN (yypos, yypos + size yytext)); + "begin" => (Tokens.BEGIN (yypos, yypos + size yytext)); "end" => (Tokens.END (yypos, yypos + size yytext)); "with" => (Tokens.WITH (yypos, yypos + size yytext)); "where" => (Tokens.WHERE (yypos, yypos + size yytext));