X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/a22c187b7b983dad6b0e2c34cd0ab74e95c2411b..63920aa5296a85edd9d734a65be22d9911358df2:/src/domtool.lex diff --git a/src/domtool.lex b/src/domtool.lex index 765a6ab..5130ad9 100644 --- a/src/domtool.lex +++ b/src/domtool.lex @@ -103,6 +103,7 @@ lineComment = #[^\n]*\n; "->" => (Tokens.ARROW (yypos, yypos + size yytext)); "=>" => (Tokens.DARROW (yypos, yypos + size yytext)); + "<-" => (Tokens.LARROW (yypos, yypos + size yytext)); "=" => (Tokens.EQ (yypos, yypos + size yytext)); "," => (Tokens.COMMA (yypos, yypos + size yytext));