explicit library api and remove dependency on stack overflow introspection tool

This commit is contained in:
Matthieu Jolimaitre 2024-10-24 18:48:49 +02:00
parent dbeec4ee76
commit e0ffe2a858
4 changed files with 9 additions and 115 deletions

View file

@ -3,7 +3,6 @@ use std::io::{stdin, stdout, Write};
use microlang::Context;
pub fn main() {
unsafe { backtrace_on_stack_overflow::enable() };
let mut context = Context::empty();
loop {
print!("> ");