BlockstreamResearch / simfony

Rust-like high-level language that compiles down to Simplicity bytecode. Work in progress.
19 stars 6 forks source link

Add Functions #24

Closed uncomputable closed 4 months ago

uncomputable commented 4 months ago

Add function declarations and function calls. Do some refactoring.

Depends on #23

We are discussing function values in general at #20

uncomputable commented 4 months ago

It's a little ridiculous to have a long chain of dependent PRs, so let's draft this one.