#parser #first #education #alt #text

bin+lib volodymyr_havryliuk_ukma_parser

My first custom parser on Rust programming language

1 unstable release

0.1.0 Oct 17, 2024

#23 in #alt

MIT license

28KB

My first parser

my parser for education purpose

Example

      assert_eq!(list_parser::list("[1,1,2,3,5,8]"), Ok(vec![1, 1, 2, 3, 5, 8]));

Dependencies

~145KB