Skip to content

Improve parsing in the session manager

With texts session: For example, if one types reusedtab the value of reusedtab should be printed. Instead, a syntax error is shown. The reason is that the session manager catches the *use* portion.

The issue with the primitive REPL implementation has been addressed in this issue. There may be a common solution.