diff options
author | Eduardo Julian | 2019-02-20 20:26:38 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-02-20 20:26:38 -0400 |
commit | d751fd495380b3a54f295b2a3ea557eee24dadf4 (patch) | |
tree | 25202029faf4e193915dc10858c25f8185128b5e /stdlib/source/test | |
parent | be3e93a0688d1fee7fcb6ee464642451b0e43fe0 (diff) |
Moved expression machinery over.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/test/lux.lux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index 4ed7ce96e..7a76cd53b 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -4,7 +4,8 @@ [reference (#+)] [case (#+)] [loop (#+)] - [function (#+)])] + [function (#+)] + [expression (#+)])] (.module: [lux #* [cli (#+ program:)] |