nitj: introduce compiler to Java code
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 17 Jul 2015 17:06:34 +0000 (13:06 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Tue, 21 Jul 2015 21:23:19 +0000 (17:23 -0400)
commitcef6f3345d3c307e88e17d538a38b5c736f302fc
treea952e7cde6a9a93912681c3736dce3d3ba2bfa3d
parent353444d276b4778870c656578aabbfe7f0b3a374
nitj: introduce compiler to Java code

This commit only introduce a stub and a way to test it.
Code generation will be added in next commits.

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
src/compiler/java_compiler.nit [new file with mode: 0644]
src/nitj.nit [new file with mode: 0644]
tests/tests.sh