quoth 0.3.0

Quoth is a scannerless (no-lexing), developer-friendly parsing library for implementing DSLs and syntax parsers in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
warning: this is a warning
 --> input:2:4
  |
2 |     fn from(value: String) -> Something {
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 |         Something(3, 5)
            ^^^^^^^^^^^^^^^
4 |     }
        ^
5 | }
    
warning: this is a warning
 --> input:6:0
  |
6 | 
    
7 | pub fn something() -> usize {
    ^^^^^^^^^^^^^^^^^^