implemented method call
This commit is contained in:
parent
d3095d5980
commit
d269425943
8 changed files with 352 additions and 253 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::io::{stdin, stdout, Write};
|
||||
|
||||
use microlang::Context;
|
||||
use microlang::eval::Context;
|
||||
|
||||
pub fn main() {
|
||||
let mut context = Context::empty();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue