roc/crates/compiler/test_syntax
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
..
fuzz Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
src Rename RemoveSpaces->Normalize 2024-08-12 23:05:55 -07:00
tests Update parser AST to support dbg as both a statment and expression 2024-08-28 11:53:44 -04:00
Cargo.toml split test_utils 2024-04-15 20:30:34 +10:00