Tatakinov / yayalint

a linter of YAYA
MIT License
5 stars 0 forks source link

Parsing error of `'^(\".*\"|\''.*\'')$'` #15

Closed steve02081504 closed 1 year ago

steve02081504 commented 1 year ago

e.g.

IsStringToken{
    RE_GREP(_argv[0],'^(\".*\"|\''.*\'')$')
}

图片

steve02081504 commented 1 year ago

another error:

TalkSakuraHeadPat.0{
    if !RAND(MAX(7,-intimacy-7))
        intimacy++
}

图片

Tatakinov commented 1 year ago

maybe fixed in v1.8.4

steve02081504 commented 1 year ago

fixed! thanks for your work XD