fix: comment

This commit is contained in:
Eatswap 2022-12-10 19:38:32 +08:00
parent 9ddc320442
commit adbd4e3297
Signed by: Eatswap
GPG Key ID: BE661106A1F3FA0B
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ float [+-]?[0-9]*[.][0-9]+([eE][+-][0-9]+)?
int [+-]?(0[xX][0-9A-Fa-f]*|0[0-7]+|[1-9][0-9]*)
id [a-zA-Z_][a-zA-Z_0-9]*
blank [ \t\v\r]
comment ;.*$
comment ;[^\n]*
string \"[^\r\n]*\"
and (and|AND)