cs121-team-panda/coconut-interpreter

Fix TypeError on empty compiled code

Closed this issue · 1 comments

jcruz commented

The following code:

'a'

produces an error since our separator expects a newline.

Closed by PR #78