Open lukewilliamboswell opened 2 years ago
Still not quite resolved.
% roc repl
The rockin’ roc repl
────────────────────────
Enter an expression, or :help, or :q to quit.
» expect 1 == 1
…
── INDENT ENDS AFTER EXPRESSION ────────────────────────────────────────────────
I am partway through parsing an expect statement, but I got stuck
here:
4│ expect 1 == 1
^
I was expecting a final expression, like so
expect 1 + 1 == 2
"done"
» expect
thread 'main' panicked at 'not yet implemented', crates/reporting/src/error/parse.rs:1355:59
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
roc repl
doesn't supportexpect
yet.