nitvm: The local variables are numbered
authorJulien Pagès <julien.projet@gmail.com>
Tue, 10 Feb 2015 16:08:19 +0000 (17:08 +0100)
committerJulien Pagès <julien.projet@gmail.com>
Sun, 15 Mar 2015 11:51:22 +0000 (12:51 +0100)
commit9071c37d7f66dd38772b5203610f6e3b0008c069
tree3c4e96875c8f612fc0a228492ceddd53c76ed9be
parentb60d594edc4be417034910889dbe752a29cea970
nitvm: The local variables are numbered

The access to them is made by their position in this array

Signed-off-by: Julien Pagès <julien.projet@gmail.com>
src/nit.nit
src/nitvm.nit
src/variables_numbering.nit [new file with mode: 0644]