rascal icon indicating copy to clipboard operation
rascal copied to clipboard

TutorCommandExecutor repl simulator breaks on broken line

Open jurgenvinju opened this issue 7 months ago • 0 comments

```rascal-shell
data Person
  = person();
```
  • if the data Person = is on a single line, this works. With the current code, the code breaks with a ParseError.
  • the same input typed in a normal REPL does not fail, but produces the expected continuation prompt.

jurgenvinju avatar Apr 07 '25 11:04 jurgenvinju