rascal
rascal copied to clipboard
explain output of parse function in repl in tutor
Describe the bug
3.1.3. Concrete: - Unexplained output:
rascal>import demo::lang::Exp::Combined::Manual::Parse;
ok
rascal>parseExp("2+3");
Exp: (Exp) `2+3`