BlockstreamResearch / simfony

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

Bug fixes #68

Closed uncomputable closed 1 month ago

uncomputable commented 1 month ago

Fixes some bugs I found while playing around with the web IDE.

apoelstra commented 1 month ago

Can you run clippy on the last commit and fix the issues that it identifies?

uncomputable commented 1 month ago

My clippy wasn't set to --all-targets; sorry.