nitlang / nit

Nit language
http://nitlanguage.org
Apache License 2.0
239 stars 65 forks source link

Callref compiler #2774

Closed Louis-Vincent closed 4 years ago

Louis-Vincent commented 5 years ago

Implemented callref semantic for the interpreter and the compilers (separate, semi, global and erasure). Refactored and changed the way we handled runtime representation of a nit method, see AbstractRuntimeFunction in abstract_compiler.nit for more details.