niti: Added new module for correct handling of primitive types in the Interpreter.
authorLucas Bajolet <r4pass@hotmail.com>
Fri, 5 Dec 2014 20:15:12 +0000 (15:15 -0500)
committerLucas Bajolet <r4pass@hotmail.com>
Wed, 10 Dec 2014 19:24:08 +0000 (14:24 -0500)
commit158c38f43c995b540171968edc1e5d9460cc5596
treeda2e0e753dee079fc3c73988b97f96cf2dbfe046
parent239371b6ae214db477dfa07750c422fcd5070514
niti: Added new module for correct handling of primitive types in the Interpreter.

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
src/interpreter/naive_interpreter.nit
src/interpreter/primitive_types.nit [new file with mode: 0644]