hs-java.git
12 years agoUse Data.Map.Map instead of Data.Array.Array for constants pool.
Ilya V. Portnov [Fri, 30 Sep 2011 05:56:21 +0000 (11:56 +0600)]
Use Data.Map.Map instead of Data.Array.Array for constants pool.

12 years agoUpdate code generator. Not working properly yet :/
Ilya V. Portnov [Fri, 30 Sep 2011 05:42:40 +0000 (11:42 +0600)]
Update code generator. Not working properly yet :/

12 years agoAdd simple code generator monad.
Ilya V. Portnov [Thu, 29 Sep 2011 10:14:23 +0000 (16:14 +0600)]
Add simple code generator monad.

12 years agoclean up unused imports.
Ilya V. Portnov [Fri, 16 Sep 2011 10:24:13 +0000 (16:24 +0600)]
clean up unused imports.

12 years agoUpdate .cabal file.
Ilya V. Portnov [Fri, 16 Sep 2011 10:23:16 +0000 (16:23 +0600)]
Update .cabal file.

12 years agoJVM assembler/disassembler tested to work on Hello.java.
Ilya V. Portnov [Fri, 16 Sep 2011 10:12:30 +0000 (16:12 +0600)]
JVM assembler/disassembler tested to work on Hello.java.

12 years agoUpdates (not compiling).
Ilya Portnov [Wed, 14 Sep 2011 17:54:28 +0000 (23:54 +0600)]
Updates (not compiling).

12 years agoFix some docs.
Ilya Portnov [Sat, 18 Jun 2011 17:01:39 +0000 (23:01 +0600)]
Fix some docs.

12 years agoFactor Data.BinaryState module out to binary-state package.
Ilya Portnov [Sat, 18 Jun 2011 16:57:35 +0000 (22:57 +0600)]
Factor Data.BinaryState module out to binary-state package.

12 years agoUpdate docs.
Ilya Portnov [Mon, 13 Jun 2011 16:43:53 +0000 (22:43 +0600)]
Update docs.

12 years agoCabalize package.
Ilya Portnov [Mon, 13 Jun 2011 16:11:09 +0000 (22:11 +0600)]
Cabalize package.

12 years agoCleanup: remove unused imports.
Ilya Portnov [Mon, 13 Jun 2011 16:10:43 +0000 (22:10 +0600)]
Cleanup: remove unused imports.

12 years agoMinor updates.
Ilya Portnov [Mon, 13 Jun 2011 15:55:01 +0000 (21:55 +0600)]
Minor updates.

12 years agoAdd some documentation.
Ilya Portnov [Mon, 13 Jun 2011 15:49:59 +0000 (21:49 +0600)]
Add some documentation.

12 years agoAdd some Show instances.
Ilya Portnov [Mon, 13 Jun 2011 12:51:26 +0000 (18:51 +0600)]
Add some Show instances.

12 years agoProperly parse Code attribute.
Ilya Portnov [Mon, 13 Jun 2011 10:41:09 +0000 (16:41 +0600)]
Properly parse Code attribute.

12 years agoImplement [dis]assembler.
Ilya Portnov [Mon, 13 Jun 2011 08:06:53 +0000 (14:06 +0600)]
Implement [dis]assembler.

12 years agoInitial commit
Ilya Portnov [Fri, 10 Jun 2011 13:04:55 +0000 (19:04 +0600)]
Initial commit