aiken/crates/aiken-lang/src
KtorZ 699d0a537c
Use (untyped) AST to find the right insert location for imports.
This removes the need to rely on the formatter to clear things up
  after insert a new import. While this is not so useful for imports, I
  wanted to experiment with the approach for future similar edits (for
  example, when suggesting an inline rewrite).
2023-10-21 10:43:00 +02:00
..
error Define 'ExtraData' trait for errors 2023-10-20 18:00:12 +02:00
gen_uplc fix: don't reset the used special functions 2023-10-07 19:42:24 -04:00
parser feat: support doc comments for functions args and validator params 2023-10-16 13:38:23 -04:00
snapshots Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
tests fix: incorrect 'unused::constructor' 2023-10-12 17:44:57 -04:00
tipo Define 'ExtraData' trait for errors 2023-10-20 18:00:12 +02:00
ast.rs Use (untyped) AST to find the right insert location for imports. 2023-10-21 10:43:00 +02:00
builtins.rs feat: support doc comments for functions args and validator params 2023-10-16 13:38:23 -04:00
expr.rs Some LSP improvements regarding hovering 2023-10-19 20:04:10 +02:00
format.rs feat: support doc comments for functions args and validator params 2023-10-16 13:38:23 -04:00
gen_uplc.rs fix: reset option should not reset special functions in only a multivalidator 2023-10-07 19:42:24 -04:00
levenshtein.rs Add function to calculate lenvenshtein distance of two strings 2022-12-22 23:44:15 +01:00
lib.rs Define 'ExtraData' trait for errors 2023-10-20 18:00:12 +02:00
parser.rs Move chain and chained parsing into their own submodule 2023-07-05 15:18:07 +02:00
pretty.rs Remove unused 'FlexBreak' 2023-03-14 16:47:43 -04:00
tipo.rs Some LSP improvements regarding hovering 2023-10-19 20:04:10 +02:00