vihaco-parser 0.1.1

Derive macro (#[derive(Parse)]) that generates chumsky parsers for vihaco syntax types.
Documentation
1
2
3
4
5
error: #[delegate] variants must be declared after all token-bearing variants
 --> tests/compile_errors/delegate_before_token.rs:3:6
  |
3 | enum Bad {
  |      ^^^