implemented method call

This commit is contained in:
Matthieu Jolimaitre 2024-10-25 15:52:47 +02:00
parent d3095d5980
commit d269425943
8 changed files with 352 additions and 253 deletions

View file

@ -1,7 +1,7 @@
#![no_std]
use alloc::string::ToString;
use microlang::Context;
use microlang::eval::Context;
extern crate alloc;