Open ftc opened 7 years ago
The goal of this task is to be able to run the following program in a concrete interpreter:
class C { int m(){ int x = 3+1; int y = 4; return x*y; } }
branch: interpreter-integration
See progress in WIP pull request: https://github.com/cuplv/cuanto/pull/60
The goal of this task is to be able to run the following program in a concrete interpreter: