diff options
author | Eduardo Julian | 2019-07-06 21:18:16 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-07-06 21:18:16 -0400 |
commit | 91ac681115d1781655f29aa05d7462b843c40d4d (patch) | |
tree | 945435c68e02960fe43c733c3b33ff2a40224d8f /stdlib/source/lux/target/jvm/attribute/code/exception.lux | |
parent | 5806d33abd8b8f42d27225b6321c03eaa3a11592 (diff) |
Removed the parsing machinery for JVM classes.
Diffstat (limited to 'stdlib/source/lux/target/jvm/attribute/code/exception.lux')
-rw-r--r-- | stdlib/source/lux/target/jvm/attribute/code/exception.lux | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/stdlib/source/lux/target/jvm/attribute/code/exception.lux b/stdlib/source/lux/target/jvm/attribute/code/exception.lux index 19de9c789..003bad74f 100644 --- a/stdlib/source/lux/target/jvm/attribute/code/exception.lux +++ b/stdlib/source/lux/target/jvm/attribute/code/exception.lux @@ -2,9 +2,6 @@ [lux #* [abstract ["." equivalence (#+ Equivalence)]] - [control - ["<>" parser ("#@." functor) - ["<2>" binary (#+ Parser)]]] [data [format [".F" binary (#+ Writer)]]]] @@ -46,15 +43,6 @@ ////unsigned.u2-bytes )) -(def: #export parser - (Parser Exception) - ($_ <>.and - ////jump.parser - ////jump.parser - ////jump.parser - ////index.parser - )) - (def: #export writer (Writer Exception) ($_ binaryF.and |