diff options
| author | Eduardo Julian | 2019-09-15 04:54:14 -0400 |
|---|---|---|
| committer | Eduardo Julian | 2019-09-15 04:54:14 -0400 |
| commit | 3afb16f8acf3f1da0b4b4663c9fcf734ce315381 (patch) | |
| tree | d9d0719b2585fbd060afe00688b1fd7e990e1e0e /stdlib/source/lux/tool/compiler/phase/generation/jvm/structure.lux | |
| parent | 7027b09b68a5ad8f7a4eb2f9edd913d43d2f1730 (diff) | |
Got the tests running again.
Diffstat (limited to 'stdlib/source/lux/tool/compiler/phase/generation/jvm/structure.lux')
| -rw-r--r-- | stdlib/source/lux/tool/compiler/phase/generation/jvm/structure.lux | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/lux/tool/compiler/phase/generation/jvm/structure.lux b/stdlib/source/lux/tool/compiler/phase/generation/jvm/structure.lux index 380040fa5..1ea837947 100644 --- a/stdlib/source/lux/tool/compiler/phase/generation/jvm/structure.lux +++ b/stdlib/source/lux/tool/compiler/phase/generation/jvm/structure.lux @@ -9,9 +9,10 @@ ["." list]]] [target [jvm - ["|" descriptor] ["_." constant] - ["_" instruction (#+ Instruction)]]]] + ["_" instruction (#+ Instruction)] + [type + ["|" descriptor]]]]] ["." // #_ ["#." runtime (#+ Operation Phase Generator)] ["#." primitive] |
