-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When writing s-expressions having trailing spaces inside parens, the interpreter gives parse error.
(+ 2 3 )
( define x 2)
Changes are to be made at https://github.com/abiduzz420/haskeme/blob/master/src/Haskeme/Parser.hs#L84
This issue was tried earlier but did not make a lot of progress instead injected new errors into defining functions etc
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working