From 91ac681115d1781655f29aa05d7462b843c40d4d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 6 Jul 2019 21:18:16 -0400 Subject: Removed the parsing machinery for JVM classes. --- stdlib/source/lux/target/jvm/attribute/code/exception.lux | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'stdlib/source/lux/target/jvm/attribute/code/exception.lux') 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 -- cgit v1.2.3