aiken/crates
KtorZ 038f6ecbfd
Detect and report duplicate module names during parsing
Funny enough, we thought about that but only across packages. Now, the
  situation gets a little tricky because of folder structure, it's easy
  to define a module "foo" in `env`, `lib` and/or `validators`. From the
  compiler's perspective, they all have the same name.
2024-09-03 15:24:01 +02:00
..
aiken Fix README 'aiken new' example. 2024-09-01 19:11:11 +02:00
aiken-lang Add missing parser snapshots. 2024-09-01 18:12:46 +02:00
aiken-lsp Bump versions to 1.1.0, in anticipation. 2024-08-29 09:12:37 +02:00
aiken-project Detect and report duplicate module names during parsing 2024-09-03 15:24:01 +02:00
uplc Ensure uniqueness of intermediate variables in expect_type_assign 2024-09-01 18:10:15 +02:00