roc/crates/compiler/test_syntax/tests/snapshots
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
..
fail Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
malformed Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
pass Parse dbg in expression position 2024-08-28 11:53:44 -04:00