leo/compiler
Michael Benfield 0a5a6985f1 Handle closures that are invalid for Aleo.
In particular,

1. Insert a dummy instruction for empty closures
and finalizers. SnarkVM won't parse these with no instructions.

2. Give an error for Leo functions with
no parameters (rather than just generating
an invalid Aleo closure).

Fixes #28401
2024-10-23 12:03:12 -07:00
..
ast Clean up dependencies. 2024-10-10 12:56:17 -07:00
compiler Don't hash bytecode output for tests. 2024-10-21 16:19:31 -07:00
parser Switch to TOML for tests instead of YAML. 2024-10-21 16:08:46 -07:00
passes Handle closures that are invalid for Aleo. 2024-10-23 12:03:12 -07:00
span Clean up dependencies. 2024-10-10 12:56:17 -07:00