lingy-lang/lingy

Refactor the test suite

ingydotnet opened this issue · 0 comments

  • Renumber some tests

  • Rename some tests

  • Reorganize test file content

  • Refactor (most tests) from YAML to a REPL syle

;;; Triple semicolons is a note
T=> (+ 1 2)
> 3

T=> (+
 => 1 2)
> 3

T=> (println 123)
123
> nil

T=> x
E~Syntax error compiling at (REPL:0:0).
E=Unable to resolve symbol: x in this context