aiken/crates/aiken-lang/src/tipo
KtorZ 6454266b06
Allow simple expressions as configuration in aiken.toml
This is currently extremely limited as it only supports (UTF-8)
  bytearrays and integers. We should seek to at least support hex bytes
  sequences, as well as bools, lists and possibly options.

  For the latter, we the rework on constant outlined in #992 is
  necessary.
2024-08-04 14:48:03 +02:00
..
environment.rs Allow simple expressions as configuration in aiken.toml 2024-08-04 14:48:03 +02:00
error.rs Create dedicated error when environment isn't found. 2024-08-04 14:48:03 +02:00
exhaustive.rs Allow pattern-matching on bytearrays 2024-08-03 13:51:36 +02:00
expr.rs Create dedicated error when environment isn't found. 2024-08-04 14:48:03 +02:00
fields.rs feat: impl serde on errythang 2024-03-08 19:19:07 -05:00
hydrator.rs update pair to handle alias 2024-05-04 14:04:12 -04:00
infer.rs Thread down environment module from cli down to the type-checker 2024-08-04 10:27:32 +02:00
pattern.rs Allow pattern-matching on bytearrays 2024-08-03 13:51:36 +02:00
pipe.rs Fixes #767 2024-03-22 16:05:32 +01:00
pretty.rs Fix pretty-printing of recursive type-alias causing stack overflow. 2024-05-16 17:20:26 +02:00