remove russians symbols from lexer.l

This commit is contained in:
Aleksey Chichenkov 2019-01-30 15:23:55 +03:00
parent f9a4c9098a
commit 93f01c6ebd
3 changed files with 1 additions and 2 deletions

View file

@ -308,7 +308,6 @@ Lexer.prototype = {
end = "\x00";
L = [A-Za-z_];
RL = [\U00000400-\U00000451];
CR = "\r";
LF = "\n";