Ep #2 When making an Invalid Syntax returns None
LarsThePenguin opened this issue · 1 comments
LarsThePenguin commented
So lets say that when I type "5 +" for example on episode to at the 17:04 timestamp instead of giving the error it will print
"(INT:5, PLUS, None)" my code is here: https://github.com/penguinpolarDOTnet/Penguin-Bullet---Programming-Language
LarsThePenguin commented
Ok so I fixed it on line 186 of my code (Line 214 of his code) i wrote just "return" I was supposed to write "return self" so yea