test out better debugging

This commit is contained in:
nora 2022-04-23 17:03:17 +02:00
parent 6a8eb89381
commit 5f9ca90fd5
13 changed files with 422 additions and 145 deletions

View file

@ -471,7 +471,7 @@ impl<'bc, 'gc> Compiler<'bc, 'gc> {
let offset = self.env.borrow().lookup_local(name)?;
for param in params {
for param in params.iter() {
self.compile_expr(param)?;
}