Callref expression support for Separate Compiler.
authorLouis-Vincent Boudreault <lv.boudreault95@gmail.com>
Thu, 12 Sep 2019 15:01:50 +0000 (11:01 -0400)
committerLouis-Vincent Boudreault <lv.boudreault95@gmail.com>
Thu, 10 Oct 2019 14:40:04 +0000 (10:40 -0400)
commitaed3043e88bf84f99591d6044895526536f0141e
tree278466fb81f740b451dd537126546cbcbdb0e9ee
parented59acbd16d140bf0eff3a2b231fb8cc5b4ddc71
Callref expression support for Separate Compiler.

- Added test case in `src/compiler/test_callref.nit`
- Updated the API of `AbstractCompiler` to support routine reference
call and instantiation services.
- Implemented routine reference (callrefs) handling for separate
compiler

Signed-off-by: Louis-Vincent Boudreault <lv.boudreault95@gmail.com>
src/compiler/abstract_compiler.nit
src/compiler/separate_compiler.nit
src/rapid_type_analysis.nit
src/test_callref.nit [new file with mode: 0644]