roc/crates/compiler/can
Elias Mulhall 43d932df3b Update parser AST to support dbg as both a statment and expression
Make `Expr::Dbg` node specific to dbg expressions, add `Expr::DbgStmt`
for dbg statements. Debug expressions don't have a continuation branch.
Support formatting both kinds of `Dbg` nodes.
2024-08-28 11:53:44 -04:00
..
src Update parser AST to support dbg as both a statment and expression 2024-08-28 11:53:44 -04:00
tests Pass var_store into desugar_expr so that desugaring may generate fresh vars 2024-08-28 11:53:44 -04:00
Cargo.toml remove redundant dependency 2024-07-23 23:16:50 +02:00