#trie #pex

pex-trie

A parser combinator library for Rust

3 releases

0.0.3 May 12, 2023
0.0.1 May 10, 2023
0.0.0 May 10, 2023

#1559 in Algorithms

MPL-2.0 license

240KB
10K SLoC

let xid = UnicodeSet::new("xid_start_trie").with_ranges(XID_START);
println!("{:?}", xid);
println!("{}", xid.export_rust_code().unwrap());

Dependencies

~3MB
~42K SLoC