Germ210

Results 2 issues of Germ210

This rewrites indent.rs to use a real Pratt parser. Previously, the file had a TODO noting that it should eventually use expression parsing, but in the meantime it didn’t actually...

I have a language here: https://github.com/Germ210/Crabstar/tree/main. The parser’s output implements recoverable, but I want high-quality errors, which requires a syntax tree even when the input is incomplete. Is this possible...