my_parser_kma_poko 0.1.0

just trying to do the task
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
### My Parser


my parser for educational purposes

![no pic unfortunately](image.png)

### Example

``` rust
    use peg::parser;
    fn main() {
        println!("Hello, parser!");
    }
```