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

@ -1,6 +1,7 @@
# re2-js-generator
## Requires
- node
- npm
- re2c

View File

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

View File

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