Crowlang/crow

forgetting an ending parenthesis allocates an absurd amount of ram

Opened this issue · 1 comments

(defvar emptyArray (make-array 0)

ram all gone :(

Closed: won't fix

Just kidding. This has been a long running issue, I have been meaning to tackle it when I get around to the error overhaul since it should prompt an error message saying something like "couldn't find closing parenthesis" but I should probably just make it exit or something for the time being.