effectfully / tiny-lang

BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Add arrays #29

Open effectfully opened 5 years ago

effectfully commented 5 years ago

We now have loops and statically unrollable arrays will give us a lot of power.

kwxm commented 5 years ago

This language gets less and less tiny every day.

effectfully commented 4 years ago

This language gets less and less tiny every day.

Yeah, one day we'll probably compile a fair chunk of Plutus into it. And we'll probably add more "imperative" constructs.

effectfully commented 4 years ago

Added vectors of booleans in #34 and unpacking of integer field elements into binary form (required downstream).