19 releases (1 stable)
Uses old Rust 2015
1.0.0 | May 15, 2019 |
---|---|
0.9.0 | Jan 18, 2017 |
0.8.0 | Jan 11, 2017 |
0.7.0 | Sep 18, 2016 |
0.0.0 | Feb 7, 2015 |
#14 in #token-parser
208 downloads per month
Used in 16 crates
(4 directly)
30KB
686 lines
read_token
A simple library to read tokens using look ahead
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
A simple library to read tokens using look ahead