You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree with you. S-expressions are usually used for code, where it's implicit that multiple of them might be present, so returning an array would make sense.
I may just be an idiot, but how does one parse multiple sexprs in the same input?
throws a parse exception
SyntaxError: Expected comment, end of input or whitespace but "(" found.
...OK so I looked up how eslisp solves this and it does
which is cute, but now all the offsets are off by one!
The text was updated successfully, but these errors were encountered: