diff options
author | Eduardo Julian | 2022-04-05 18:32:42 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-04-05 18:32:42 -0400 |
commit | 60daee098f92a44c3b404a9f5801f2e8126ad650 (patch) | |
tree | 7b58d0f6f937b8be5dcb46eaf0411f7961907c8a /lux-jvm/source/test | |
parent | a2d994a3f7a39964452df7523f69e16b10b266f9 (diff) |
No longer depending on the ASM library for JVM bytecode generation.
Diffstat (limited to 'lux-jvm/source/test')
-rw-r--r-- | lux-jvm/source/test/program.lux | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lux-jvm/source/test/program.lux b/lux-jvm/source/test/program.lux deleted file mode 100644 index 112225a56..000000000 --- a/lux-jvm/source/test/program.lux +++ /dev/null @@ -1,18 +0,0 @@ -(.using - [lux "*" - ["_" test {"+" Test}] - [control - ["[0]" io] - [parser - [cli {"+" program:}]]]] - [spec - ["[0]" compositor]] - [\\ - ["[0]" /]]) - -(program: args - (<| io.io - _.run! - ... (_.times 100) - (_.seed 1985013625126912890) - (compositor.spec /.jvm /.bundle /.expander /.program))) |