mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
27990a8302dd96194b28b3c63ec388f5b72c8f9c
The option `--verify-diagnostics` allows the user to interleave invalid source code with diagnostic messages that should be produced during parsing and checks if these messages are actually produced. The expected diagnostic messages are specified using `// expected-error` markers.
Homomorphizer
The homomorphizer is a compiler that takes a high level computation model and produces a programs that evaluate the model in an homomorphic way.
Description
Languages
C++
34.3%
Python
23.1%
MLIR
22.9%
Rust
14.6%
C
2.2%
Other
2.8%