explicit library api and remove dependency on stack overflow introspection tool
This commit is contained in:
parent
dbeec4ee76
commit
e0ffe2a858
4 changed files with 9 additions and 115 deletions
|
@ -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!("> ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue