aiken/crates/aiken-lang/src
rvcas 02eaefce21 feat(lsp): include docs on hover 2023-02-20 15:30:25 -05:00
..
parser Remove parse error on bytearray literals for trace, todo & error, parse as String instead. 2023-02-19 10:10:42 +01:00
tests Remove parse error on bytearray literals for trace, todo & error, parse as String instead. 2023-02-19 10:10:42 +01:00
tipo Emit warning when detecting an hex string interpreted as UTF-8 bytes. 2023-02-19 10:10:42 +01:00
air.rs Remove 'Todo' from the AST & AIR 2023-02-15 21:57:08 +01:00
ast.rs feat(lsp): include docs on hover 2023-02-20 15:30:25 -05:00
builder.rs Remove complex and compound constants. 2023-02-17 17:31:15 +01:00
builtins.rs Make 'choose_data' builtin available. 2023-02-17 11:25:41 +01:00
expr.rs feat(lsp): hover and goto definition 2023-02-20 15:30:25 -05:00
format.rs Use double-quotes for utf-8 bytearrays, and @"..." for string literals 2023-02-19 10:09:22 +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 parse error on bytearray literals for trace, todo & error, parse as String instead. 2023-02-19 10:10:42 +01:00
pretty.rs chore: clippy autofix 2023-02-01 18:53:11 -05:00
tipo.rs feat(lsp): hover and goto definition 2023-02-20 15:30:25 -05:00
uplc.rs fix: switch from unwrap to if let to allow boolean when 2023-02-20 04:37:33 -05:00