#parser-combinator #parser #parser-combinators

bin+lib strom

A str-oriented, nom inspired zero-copy parser combinators library

2 releases

Uses old Rust 2015

0.1.1 Apr 25, 2016
0.1.0 Apr 24, 2016

#233 in Parser tooling

MIT license

22KB
598 lines

strom

nom inspired string parser in rust

nom is a great parser combinator implementation, but lacks some important features:

  • recognize! for &str
  • caseless tag!
  • information about location in source

All these features are useful for my purposes (Visual Basic Parser).

No runtime deps