Crates.io | op8d_lexemizer |
lib.rs | op8d_lexemizer |
version | 0.1.1 |
source | src |
created_at | 2021-04-02 19:06:34.109109 |
updated_at | 2021-04-10 14:44:18.52195 |
description | Opinionated library for transforming code to a vector of Lexemes |
homepage | https://play.op8d.com/lexemizer/ |
repository | https://github.com/op8d/op8d_lexemizer |
max_upload_size | |
id | 377846 |
size | 114,721 |
Opinionated Rust library for transforming code to a vector of Lexemes.
Currently, only Rust edition 2018 is supported.
rm -rf target/doc; cargo doc
open target/doc/op8d_lexemizer/index.html
cargo test | sed 's/\\n/\n/g; s/: `"/: `"\n/g'
cargo clean
cargo run --example lexemize-rs2018-arg -- "const FOUR: u8 = 4;"