aiken/crates/aiken-lang
KtorZ 5b7147fc43
Remove leading '#' for tuple definitions.
This possibly breaks many Aiken programs out there, but it's for the
  best. We haven't released the alpha yet so we still have a bit of
  freedom when it comes to breaking change.

  Plus, the migration path is easy, simply run:

  ```
  find . -name "*.ak" | xargs sed -i "s/#(/(/g"
  ```

  (or `-i ''` on MacOS).
2023-01-14 20:22:19 +01:00
..
src Remove leading '#' for tuple definitions. 2023-01-14 20:22:19 +01:00
Cargo.toml Release 0.0.28 2023-01-06 13:41:00 -05:00