Merge "Remove unreachable grammar rules for 4 byte chars"

This commit is contained in:
jenkins-bot 2024-07-11 07:23:02 +00:00 committed by Gerrit Code Review
commit eb1a4bc788
2 changed files with 506 additions and 551 deletions

File diff suppressed because it is too large Load diff

View file

@ -309,8 +309,6 @@ literal_uf_op = [-+*=]
delimiter_uf_op = [\/|]
boxchars // match only valid UTF-16 sequences
= [-0-9a-zA-Z+*,=():\/;?.!'` \[\]\[\u0080-\ud7ff\]\[\ue000-\uffff\]]
/ l:[\ud800-\udbff] h:[\udc00-\udfff] { return $this->text(); }
//aboxchars = [-0-9a-zA-Z+*,=():\/;?.!'` ]
BOX
= b:generic_func &{ return $this->tu->box_functions($b); } _ "{" cs:boxchars+ "}" _