nitpretty: splits nitpretty into two modules
authorAlexandre Terrasa <alexandre@moz-code.org>
Tue, 9 Dec 2014 22:47:55 +0000 (17:47 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Tue, 9 Dec 2014 22:47:55 +0000 (17:47 -0500)
commitae82715a2cc6e316c64f3596607a53ec128c5577
tree37101db5be4d5bbf5cee318f3f33d15a13eb5fa9
parent05af881356a3a627d868990a311d474d04c95941
nitpretty: splits nitpretty into two modules

* module `src/pretty.nit`: the lib
* module `src/nitpretty.nit`: the tool

Fixes #836

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
src/nitpretty.nit
src/pretty.nit [new file with mode: 0644]