aiken/crates/lang/src
KtorZ f26737ecb4 Remove the 'trace/try' keyword, use builtin.trace
I am not entirely sure what the intent was for that keyword, but
  nothing really matched between the parser, the formatter and the uplc
  code gen. I don't think there's any need for a keyword here, trace is
  already readily available from the builtins.
2022-12-21 14:39:46 -05:00
..
parser Remove the 'trace/try' keyword, use builtin.trace 2022-12-21 14:39:46 -05:00
tests Support data-types in documentation. 2022-12-17 01:02:20 +01:00
tipo Remove the 'trace/try' keyword, use builtin.trace 2022-12-21 14:39:46 -05:00
air.rs tests 1 through 10 pass now, add negate 2022-12-19 00:41:27 -05:00
ast.rs Implement modules' extra, to get function & module comments in docs. 2022-12-17 01:02:21 +01:00
builder.rs feat: test 24 passes 2022-12-20 15:40:01 -05:00
builtins.rs add field access and list patterns are finished 2022-12-05 14:18:44 -05:00
expr.rs Remove the 'trace/try' keyword, use builtin.trace 2022-12-21 14:39:46 -05:00
format.rs Remove the 'trace/try' keyword, use builtin.trace 2022-12-21 14:39:46 -05:00
lib.rs Remove debug line for pretty-printing test, and add '--debug' flag to 'check instead. 2022-12-15 02:02:10 +01:00
parser.rs Remove the 'trace/try' keyword, use builtin.trace 2022-12-21 14:39:46 -05:00
pretty.rs feat: bring over the formatter from gleam 2022-11-05 15:35:11 -04:00
tipo.rs feat: test 24 passes 2022-12-20 15:40:01 -05:00
uplc.rs Remove the 'trace/try' keyword, use builtin.trace 2022-12-21 14:39:46 -05:00