model: add MMethod::is_new to distinguish new and init constructors
[nit.git] / src / ncall.sh
1 time make -C parser && time ./nc nitc && time ./nc2 "$@" nitc && time ./nc3 "$@" nitc && ./nc4 "$@" ../examples/hello_world.nit && ./hello_world_4