aiken/crates/aiken-lang/src
rvcas 9c98fc8026
feat: start splitting apart expr_parser
2023-07-04 17:19:28 -04:00
..
gen_uplc test: add acceptance test 86 2023-07-04 12:24:25 -04:00
parser feat: start splitting apart expr_parser 2023-07-04 17:19:28 -04:00
tests Use byte count for token span in the lexer. 2023-07-04 16:51:59 -04: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 test: add acceptance test 86 2023-07-04 12:24:25 -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 feat: move expr_parser and remove module.rs to definitions 2023-07-04 17:19:28 -04: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