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
thread 'main' panicked at src/main.rs:3:38:
called `Result::unwrap()` on an `Err` value: TokenizeFailed(Error while tokenizing STEP input
0: at line 20, in Tag:
DATA;
^
)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I'm not sure if I'm doing something wrong, but I have
ruststep
added to myCargo.toml
like so:With this as my test code:
Which then errors like so:
The start of the file looks like this:
With the line
DATA;
being where the parser breaks.I have attached the full file here:
idler.step.zip
The text was updated successfully, but these errors were encountered: