Skip to content

Commit

Permalink
Implement the ZSharpCurlyFE
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanosChaliasos committed Oct 30, 2024
1 parent a13a18e commit ce9ddbf
Show file tree
Hide file tree
Showing 14 changed files with 988 additions and 777 deletions.
212 changes: 152 additions & 60 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/front/zsharpcurly/interp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ pub fn extract(
})
.collect::<Result<Vec<_>, _>>()?,
)),
Ty::Tuple(tys) => Ok(T::new_tuple(tys.iter().map(|ty| extract(name, ty, scalar_input_values)).collect::<Result<Vec<_>, _>>()?)),
}
}
Loading

0 comments on commit ce9ddbf

Please sign in to comment.