BlockstreamResearch / simfony

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

AST cleanup #53

Closed uncomputable closed 2 months ago

uncomputable commented 2 months ago

Clean up the code in preparation of the abstract syntax tree, which we will add next. A lot of the diff is moved code, which will shrink the diff in the PR that adds the actual AST.