Login
7 branches 0 tags
Ben (X13/Arch) Added an afl fuzzing target and fixed some memory issues 0fbe39d 3 years ago 809 Commits
nujel / tests / testsuite / compiler.nuj
[test/add :arity-error [try car [macroexpand '[return 1 2 3]]]]
[test/add :arity-error [try car [macroexpand '[if 1 2 3 4]]]]
[test/add :arity-error [try car [macroexpand '[def 1 2 3]]]]
[test/add :arity-error [try car [macroexpand '[set! 1 2 3]]]]
[test/add 8 [constant-fold [macroexpand '[+ 1 1 [* 2 3]]]]]
[test/add 21 [compile/for :none '[+ 1 2 3 4 5 6]]]
[test/add 4 [compile/for :none '[do 1 2 3 4]]]