Files
releases/repl
Torin Sandall a03aa70b38 Fix REPL to check number of assignment operands
This was causing a panic because the AST helper to convert the
expression into a rule was (rightly) assuming the operands would be
non-nil. The REPL should just ignore the expression if it's not
well-formed.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2018-11-23 09:56:24 -08:00
..