aiken/crates
KtorZ cd4ceb219c
Remove complex and compound constants.
This is not supported by the code generation, so it's a bit of a lie
  to have them in the language in the first place. There's arguably not
  even any use for constant records, list and tuples to begin with. So
  this cleans this up everywhere for the sake of moving forward with the
  alpha release.

  This now reduces constants to:

  - Integer
  - ByteArray
  - String

  Anything else can be declared via a function anyway. We can revisit
  this choice later.... or not.
2023-02-17 17:31:15 +01:00
..
aiken Make tracing configurable, when relevant. 2023-02-16 20:29:41 -05:00
aiken-lang Remove complex and compound constants. 2023-02-17 17:31:15 +01:00
aiken-lsp chore: clippy autofix 2023-02-01 18:53:11 -05:00
aiken-project Make tracing configurable, when relevant. 2023-02-16 20:29:41 -05:00
flat-rs Release 0.0.27 2022-12-30 00:57:49 -05:00
uplc Fix error display in tx simulate. 2023-02-15 09:42:46 +01:00