aiken/crates/aiken-lang/src/parser
KtorZ 4d42c6cb19
Introduce 'ArgBy' to allow defining function arg not only by name.
2024-06-07 11:17:16 +02:00
..
chain Refactor chain parser 2023-07-06 16:10:46 -04:00
definition Introduce 'ArgBy' to allow defining function arg not only by name. 2024-06-07 11:17:16 +02:00
expr Introduce 'ArgBy' to allow defining function arg not only by name. 2024-06-07 11:17:16 +02:00
literal feat(bls): aiken level g1 and g2 literals 2023-11-15 15:55:56 -05:00
pattern fix: comments in record patterns closes #946 2024-05-22 12:26:36 -04:00
snapshots test(parser): type alias, anon fn, record update and more 2023-07-04 17:19:30 -04:00
annotation.rs Implement parser & formatter for Pair annotations. 2024-05-04 14:04:12 -04:00
error.rs Make behavior between curly- and paren-delimited blocks consistent. 2024-01-20 10:37:07 +01:00
extra.rs feat: impl serde on errythang 2024-03-08 19:19:07 -05:00
lexer.rs Fix parsing of single hex-digits. 2024-05-30 17:19:48 +02:00
token.rs Introduce 'fail once' and alter behavior of 'fail' keyword for properties. 2024-05-30 17:18:50 +02:00
utils.rs Automatically merge import lines from same module. 2024-06-04 10:48:42 +02:00