aiken/crates/aiken-lang/src
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
..
parser Support (and default to) parenthesis for block expressions 2023-01-14 11:49:45 -05:00
tests Remove leading '#' for tuple definitions. 2023-01-14 20:22:19 +01:00
tipo Remove leading '#' for tuple definitions. 2023-01-14 20:22:19 +01:00
air.rs add assert and record 2023-01-13 13:50:27 -05:00
ast.rs Remove leading '#' for tuple definitions. 2023-01-14 20:22:19 +01:00
builder.rs add assert and record 2023-01-13 13:50:27 -05:00
builtins.rs feat: allow functions from prelude 2022-12-31 00:09:02 -05:00
expr.rs feat: support negation of int 2022-12-27 20:39:03 -05:00
format.rs Remove leading '#' for tuple definitions. 2023-01-14 20:22:19 +01:00
levenshtein.rs Add function to calculate lenvenshtein distance of two strings 2022-12-22 23:44:15 +01:00
lib.rs Add function to calculate lenvenshtein distance of two strings 2022-12-22 23:44:15 +01:00
parser.rs Remove leading '#' for tuple definitions. 2023-01-14 20:22:19 +01:00
pretty.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
tipo.rs Rename Unit -> Void 2022-12-22 18:52:28 +01:00
uplc.rs add assert and record 2023-01-13 13:50:27 -05:00