risor-io/risor

Single quotes generate a strange error

Closed this issue · 1 comments

raff commented

While it seems that single quotes are not part of the grammar, the generated error is not really intuitive (i.e. if not supported I would expect an error on the single quote character):

> a = '10'
Error: eval error: name error: 10 is not defined