mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
test out better debugging
This commit is contained in:
parent
6a8eb89381
commit
5f9ca90fd5
13 changed files with 422 additions and 145 deletions
|
|
@ -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)?;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue