You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by:
process didn't exit successfully: `target\debug\build\saha-parser-579f728ace3fbfac\build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: expected character from character class IdentifierChar
--> src/parser.peg:54:1
|
| @position
| ^
', projects\saha-parser\build.rs:7:77
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Without @position, UnicodeSpace will be a type alias to String. I guess in your example it would become a struct with a single value and position fields? Or just the position?
I'm not sure how universal these would be and if it fit anyone else's use-case. I'd prefer to wait for someone else with a similar problem.
peg side
rust side
except:
start offset + length offset
actual:
The text was updated successfully, but these errors were encountered: