Closed TheOtterlord closed 4 years ago
It rather broke the tests again :) but now we at least know the places where there is still work todo
Yes, we do need to look at the tests. I will try to find out what is happening with each failing test and attempt to add some validation.
By the way, it seems that test_function_empty
if failing because a tab is treated as an unexpected character, after the function. I am not sure why this happens, but it may explain why some of the other tests are failing.
Fixed by allowing for whitespace
All merged and working
I've merged it! because the last comment is not really a bit issue.
Sorry, didn't get a notification about that last one for some reason. I'll commit the change to my fork now, but will add more stuff before merging it, as it is a small thing.
nonononono i already fixed it myself :)
This is a kinda annoying bug so i couldn't wait for merging it in
Ok, cool 😄
This fixes the problem where only the first statement would be parsed. It does not yet fix tests, but after testing with example.gpl everything seems to work. If you have any suggestions for fixing the tests, please let me know.