Trying out Spry. Interesting language!
I got this error when adding a period (".") to see what it'd do copying some smalltalk syntax I've seen:
Welcome to interactive Spry!
An empty line will evaluate previous lines, so hit enter twice.
>>> 1 + 1
>>>
2
>>> .
>>>
spryvm.nim(383) raiseParseException
Error: unhandled exception: Malformed local eval word, missing at least 1 character [ParseException]
I doesn't seem like an expected error.
Trying out Spry. Interesting language!
I got this error when adding a period (".") to see what it'd do copying some smalltalk syntax I've seen:
I doesn't seem like an expected error.