mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 01:45:02 +01:00
add more failing tests
This commit is contained in:
parent
386ed99810
commit
c916611bdc
2 changed files with 44 additions and 1 deletions
|
|
@ -475,7 +475,6 @@ impl<'bc, 'gc> Compiler<'bc, 'gc> {
|
|||
|
||||
for param in params.iter() {
|
||||
self.compile_expr(param)?;
|
||||
todo!("no params yet")
|
||||
}
|
||||
|
||||
self.push_instr(Instr::Load(offset), StackChange::Grow, call.span);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue