Idorobots / spartan

A small Lisp dialect that serves me as a test bed for programming language features.
MIT License
13 stars 3 forks source link

A file containing just a comment is not considered a valid Spartan file. #193

Closed Idorobots closed 1 week ago

Idorobots commented 2 months ago
;; Spartan REPL. Type ;help for help.
2 | ;clear
;; Listing cleared.
1 | ; comment
;; repl(1,0): Not a valid Spartan file:
;;   1 | ; comment
;;     | ^^^^^^^^^
;;   2 | 
;;     |