src: add new hub modules to regroup related things together.
authorJean Privat <jean@pryen.org>
Wed, 3 Sep 2014 14:18:21 +0000 (10:18 -0400)
committerJean Privat <jean@pryen.org>
Wed, 3 Sep 2014 14:18:21 +0000 (10:18 -0400)
commit93e6535a2f291bcf434aa12e23e81939f1828208
tree59f146217f7550e8224e0724d20b594042fdbf5a
parentfad2a60f5abbc486d119851d510c2f813fef1cad
src: add new hub modules to regroup related things together.

modelize: for modelize_*
semantize: for typing/auto_super_init/scope/flow/etc.
compiler: for compiler related things
interpreter: for interpreter related things

Signed-off-by: Jean Privat <jean@pryen.org>
24 files changed:
src/abstract_compiler.nit
src/android_annotations.nit
src/astprinter.nit
src/cached.nit
src/compiler.nit [new file with mode: 0644]
src/div_by_zero.nit
src/frontend.nit
src/highlight.nit
src/interpreter.nit [new file with mode: 0644]
src/metrics/nullables_metrics.nit
src/metrics/static_types_metrics.nit
src/modelize.nit [new file with mode: 0644]
src/nit.nit
src/nitg.nit
src/nith.nit
src/nitvm.nit
src/nitx.nit
src/platform.nit
src/rapid_type_analysis.nit
src/semantize.nit [new file with mode: 0644]
src/serialization_phase.nit
src/test_markdown.nit
src/testing/testing_base.nit
src/typing.nit