Crowlang/crow

Putting comments in function calls breaks everything.

Bravotic opened this issue · 0 comments

Comments in a call like

(defun test ()
  ;; comment
  (println "Testing"))

cause the parser to freeze. This is most likely an issue with the parser, fix it.