aiken/crates/aiken-lang/src
microproofs 892da06e14 add more runtime checking for a few of the data to primitive conversions 2024-03-06 23:27:10 -05:00
..
error Define 'ExtraData' trait for errors 2023-10-20 18:00:12 +02:00
gen_uplc add more runtime checking for a few of the data to primitive conversions 2024-03-06 23:27:10 -05:00
parser Fix && and || associativity. 2024-03-07 01:17:05 +01:00
snapshots Convert span's start to line number + col 2024-01-19 14:30:15 +01:00
tests Fix && and || associativity. 2024-03-07 01:17:05 +01:00
tipo fix: validator args unexpectedly unbound 2024-03-06 14:15:00 -05:00
ast.rs Rework unit test report to leverage new reification 2024-03-07 01:20:40 +01:00
builtins.rs Rework and optimize PRNG 2024-03-04 14:27:16 +01:00
expr.rs Implement 'reify_constant' and rename reify to 'reify_data' 2024-03-07 01:17:06 +01:00
format.rs Add preliminary plumbing to run property test through the CLI. 2024-03-03 19:33:24 +01:00
gen_uplc.rs Change all uses of interning besides the uplc parser to use the new CodeGenInterner 2024-03-04 11:03:23 -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 Fix && and || associativity. 2024-03-07 01:17:05 +01:00
pretty.rs Remove unused 'FlexBreak' 2023-03-14 16:47:43 -04:00
tipo.rs Implement reification from Maps. 2024-03-03 19:33:25 +01:00