diff options
author | Eduardo Julian | 2019-10-17 20:07:19 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-10-17 20:07:19 -0400 |
commit | 299908a885d00ec735070a937f9720410fe224a9 (patch) | |
tree | 1504b8fc46eade6654673e91bf5aa94636de9217 /stdlib/source/test | |
parent | de9d57c45da46cdae9e21ff1d9747952e0815b32 (diff) |
Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.
Diffstat (limited to 'stdlib/source/test')
-rw-r--r-- | stdlib/source/test/lux.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index 85b062009..0efa89571 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -2,8 +2,8 @@ [primitive (#+)] [structure (#+)] [reference (#+)] - ## [case (#+)] - ## [loop (#+)] + [case (#+)] + [loop (#+)] [function (#+)] ## [extension (#+)] )] |