roc/crates/compiler/test_syntax
Elias Mulhall 335265e15c Parse dbg in expression position
Add dbg parsing logic everywhere we parse normal expressions. Add
special case to statement parsing to handle a series of statements
ending in a `dbg` in expression position.

Rename existing `dbg_help` function to `dbg_stmt_help`, similarly rename
syntax snapshot test files to specify which ones are for dbg statements.
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 Parse dbg in expression position 2024-08-28 11:53:44 -04:00
Cargo.toml split test_utils 2024-04-15 20:30:34 +10:00