combine
Rust
の
parser combinator
関数ベース
https://drumato.hatenablog.com/entry/peek-at-combine
https://github.com/KeenS/chema/blob/master/src/parser.rs
combineはRustで書けるので楽ですがRustは比較的冗長な構文なので読むときは少しよみづらいです
https://github.com/dalance/sdc-parser/blob/master/src/sdc.rs
たくさん書いていくと型推論が効かなくなるときがあって、すこし辛いです。
dalance氏