remove russians symbols from lexer.l
This commit is contained in:
parent
f9a4c9098a
commit
93f01c6ebd
@ -1,6 +1,7 @@
|
|||||||
# re2-js-generator
|
# re2-js-generator
|
||||||
|
|
||||||
## Requires
|
## Requires
|
||||||
|
|
||||||
- node
|
- node
|
||||||
- npm
|
- npm
|
||||||
- re2c
|
- re2c
|
||||||
|
@ -308,7 +308,6 @@ Lexer.prototype = {
|
|||||||
|
|
||||||
end = "\x00";
|
end = "\x00";
|
||||||
L = [A-Za-z_];
|
L = [A-Za-z_];
|
||||||
RL = [\U00000400-\U00000451];
|
|
||||||
|
|
||||||
CR = "\r";
|
CR = "\r";
|
||||||
LF = "\n";
|
LF = "\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user