Merge: Nit Actor Model, with some examples
authorJean Privat <jean@pryen.org>
Tue, 28 Feb 2017 13:25:53 +0000 (08:25 -0500)
committerJean Privat <jean@pryen.org>
Tue, 28 Feb 2017 13:25:53 +0000 (08:25 -0500)
commit679ede15b4d33093990245f34875922c421f696f
tree54bc2f43384bd598289b67588ee658d1d5e1d947
parent51062c466644c66839963dae7e80726987570025
parent17cd19af41798ed190131768eb6c185f351c61ab
Merge: Nit Actor Model, with some examples

A better version than the previous PR !

The model injection and support module generation are now two phases in the frontend.

Needs #2357 to be able to compile with `nitc`, for now you have to use it as `nitc module.nit -m actors_module.nit` for compiling.

Pull-Request: #2361
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Jean Privat <jean@pryen.org>