aiken/crates/aiken-lang/src
KtorZ 7251b2d01e
Remove single-argument function call special-case in formatter
Not sure what this special case was trying to achieve, but it's not right. There's no need to handle function call with a single argument differently than the others.
2023-02-15 17:22:08 +01:00
..
parser feat: handle expect in parser 2023-02-09 00:43:29 -05:00
tests Remove single-argument function call special-case in formatter 2023-02-15 17:22:08 +01:00
tipo Merge pull request #362 from aiken-lang/patterns-improvements 2023-02-11 22:46:04 +01:00
air.rs feat: some code gen improvements 2023-02-04 02:33:10 -05:00
ast.rs Remove patterns on 'String' 2023-02-11 16:57:14 +01:00
builder.rs fixes: tuple clauses, zero args funcs, list clause named pattern 2023-02-15 02:20:05 -05:00
builtins.rs Add Ordering data-type definition to prelude known constructors. 2023-02-09 14:36:39 +01:00
expr.rs feat: support negation of int 2022-12-27 20:39:03 -05:00
format.rs Remove single-argument function call special-case in formatter 2023-02-15 17:22:08 +01:00
levenshtein.rs Add function to calculate lenvenshtein distance of two strings 2022-12-22 23:44:15 +01:00
lib.rs Fix generated projects' README + rename 'certify' -> 'publish' 2023-01-18 16:48:42 +01:00
parser.rs Remove patterns on 'String' 2023-02-11 16:57:14 +01:00
pretty.rs chore: clippy autofix 2023-02-01 18:53:11 -05:00
tipo.rs feat: Finish up assert feature 2023-01-29 05:21:55 -05:00
uplc.rs Delay 2nd arg on trace in case it throws and prevents trace from printing 2023-02-15 03:06:58 -05:00