igordejanovic / rustemo

LR/GLR parser generator for Rust https://igordejanovic.github.io/rustemo/
Apache License 2.0
30 stars 3 forks source link

Unicode class not working #5

Closed stevefan1999-personal closed 8 months ago

stevefan1999-personal commented 8 months ago
Identifier: /\p{XID_Start}\p{XID_Continue}*;
--- stderr
  Error: Error at F:\rust\rustemo-play\src\calc.rustemo:[20,12]:
        ...;
        Identifier: -->/\p{XID_Start}\...
        Expected one of SemiColon, OBrace, RegexTerm, StrConst.
stevefan1999-personal commented 8 months ago

Oh I just realized I missed an end slash. Closing as a silly mistake