concrete
concrete copied to clipboard
[Codegen] Handle imports
Handling imports probably requires some work, we need to specify how a multifile project would work. But if we want to put that for later we can probably experiment this by using the stdlib.
https://github.com/lambdaclass/concrete/blob/771662e8343e246cfee4bcbd935fd1374d90c324/crates/concrete_codegen_mlir/src/codegen.rs#L89
Initial implementation: https://github.com/lambdaclass/concrete/pull/79
Missing:
- [ ] support for absolute paths when calling a function
- [ ] Import symbol renaming