aiken/crates/aiken-lang/src
microproofs 3b4c6cb2aa fix: missing message error term in one place for type is void 2024-02-07 11:48:52 -05:00
..
error Define 'ExtraData' trait for errors 2023-10-20 18:00:12 +02:00
gen_uplc fix: missing message error term in one place for type is void 2024-02-07 11:48:52 -05:00
parser Make behavior between curly- and paren-delimited blocks consistent. 2024-01-20 10:37:07 +01:00
snapshots Convert span's start to line number + col 2024-01-19 14:30:15 +01:00
tests Rework tracing arguments to --keep-traces & --trace-level 2024-01-19 14:30:15 +01:00
tipo Make behavior between curly- and paren-delimited blocks consistent. 2024-01-20 10:37:07 +01:00
ast.rs Convert span's start to line number + col 2024-01-19 14:30:15 +01:00
builtins.rs Fix type definitions for g1 & g2 elements. 2023-12-08 16:58:12 +01:00
expr.rs fix(lsp): when desugaring and/or chains we should use the whole span of the chain for the generated BinOp locations 2023-11-28 19:19:56 -05:00
format.rs fix(format): post trace sequences getting wrapped in curlies closes #781 2024-01-09 22:39:55 -05:00
gen_uplc.rs discards will now check for type too. 2024-02-07 11:48:52 -05:00
levenshtein.rs Add function to calculate lenvenshtein distance of two strings 2022-12-22 23:44:15 +01:00
lib.rs Move line_numbers under 'aiken-lang' 2024-01-19 14:30:15 +01:00
line_numbers.rs Convert span's start to line number + col 2024-01-19 14:30:15 +01:00
parser.rs Convert span's start to line number + col 2024-01-19 14:30:15 +01:00
pretty.rs Remove unused 'FlexBreak' 2023-03-14 16:47:43 -04:00
tipo.rs fix: generic edge case with tuples that allowed 2 tuples and 3 tuples to use the same monomorphized function. 2024-01-13 17:46:32 -05:00