Merge: nitg: Added PNaCl support for Nit
authorJean Privat <jean@pryen.org>
Thu, 22 May 2014 23:28:01 +0000 (19:28 -0400)
committerJean Privat <jean@pryen.org>
Thu, 22 May 2014 23:28:01 +0000 (19:28 -0400)
commitb657e14a0b3adbfb33b187b6ce9b976d3c556819
tree119dd6fbbf371ab7086cb9d40a4740754468648b
parent936ebb1e05a656a7645ea522dac85d2f8d1e894d
parentb398efd2498c0b41d551f6d7e6dbae4ed379ea66
Merge: nitg: Added PNaCl support for Nit

Added pnacl_platform.nit in order to generate all minimum files when compiling the nit.
Added pnacl.nit, it's the module providing the tools for PNaCl support in Nit.

Modified nitg.nit to register the pnacl_platform.
Modified abstract_compiler.nit for a specific main generation and to add an option.

Signed-off-by: Djomanix <johan.kayser@viacesi.fr>

Pull-Request: #416
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
src/abstract_compiler.nit
src/android_platform.nit
src/toolcontext.nit
tests/nitg-e.skip
tests/nitg-g.skip
tests/nitg-s.skip