BlockstreamResearch / simfony

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

Add values #48

Closed uncomputable closed 2 months ago

uncomputable commented 2 months ago

Add representation of values in correspondence to the newly added type module:

Depends on #47

apoelstra commented 2 months ago

Done reviewing 4572cdc1879a949c78dd7a2f9d80c72c09d34237

uncomputable commented 2 months ago

Rebased and made sure that bit and byte strings uphold the claimed invariants. Didn't prevent the construction of invalid values, but added a FIXME.