Crowlang / crow

Crow Lisp
MIT License
6 stars 2 forks source link

Putting comments in function calls breaks everything. #49

Closed Bravotic closed 1 year ago

Bravotic commented 1 year ago

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.