Crowlang / crow

Crow Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Putting comments in function calls breaks everything.

Bravotic opened this issue · 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.