Merge: Inkscape tool revamp and gamnit support
authorJean Privat <jean@pryen.org>
Wed, 22 Apr 2015 04:18:34 +0000 (11:18 +0700)
committerJean Privat <jean@pryen.org>
Wed, 22 Apr 2015 04:18:34 +0000 (11:18 +0700)
commit7e293996d64d7ca163e0734504af687d858e5dc6
tree5e211d6372cd1538eb6a22dd8ab9b3acc95bd140
parenta77ea294448fa7de0f592cadbd3bceb1d2e09ca2
parent52ca847795e56340f70c9865a02020e53aff4b97
Merge: Inkscape tool revamp and gamnit support

* Clean up old style inits, add missing doc and refactor main code into classes and methods.
* Adds the gamnit target option, the generated code is much more simple, but the generation a bit more complex.
* Allow to specify the full path to the Nit source file to generate.
* Make rounding to the next power of 2 optional, it will no more be required for mnit programs on Android with #1284.

Pull-Request: #1285
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>