aiken/crates/aiken-lang/src
rvcas d633129ddf
fix: clearer unused var warning closes #579
2023-06-23 19:04:54 -04:00
..
gen_uplc feat: Make traces produced by expect dependent on 2023-06-23 14:03:23 -04:00
parser Preserve numeric underscore and hexadecimal notation through formatting. 2023-06-08 16:37:20 +02:00
tests Implement formatter for anon binop. 2023-06-17 08:44:59 +02:00
tipo fix: clearer unused var warning closes #579 2023-06-23 19:04:54 -04:00
ast.rs feat: Make traces produced by expect dependent on 2023-06-23 14:03:23 -04:00
builtins.rs feat(tests): implement a way to express that tests can fail 2023-05-25 16:54:53 -04:00
expr.rs Extend parser to accept anonymous binop as expressions. 2023-06-17 07:36:11 +02:00
format.rs Implement formatter for anon binop. 2023-06-17 08:44:59 +02:00
gen_uplc.rs fix: `expect _ = ...` not including the cast from data logic if the type is data and right hand has a type annotation 2023-06-23 18:39:12 -04:00
levenshtein.rs Add function to calculate lenvenshtein distance of two strings 2022-12-22 23:44:15 +01:00
lib.rs feat: refactor some methods and modules 2023-03-27 20:00:32 -04:00
parser.rs Support all binary operator in the anonymous binop parser. 2023-06-17 08:44:45 +02:00
pretty.rs Remove unused 'FlexBreak' 2023-03-14 16:47:43 -04:00
tipo.rs Bootstrap schema validation for simple constants. 2023-04-08 08:57:03 +02:00