parser_kma 0.1.0

My first parser with peg
Documentation
1
2
3
4
5
use parser_kma:: list_parser;

pub fn main() {
    println!("{:?}", list_parser::list("[1,1,2,3,5,8]"));
}