op8d_lexemizer

Crates.ioop8d_lexemizer
lib.rsop8d_lexemizer
version0.1.1
sourcesrc
created_at2021-04-02 19:06:34.109109
updated_at2021-04-10 14:44:18.52195
descriptionOpinionated library for transforming code to a vector of Lexemes
homepagehttps://play.op8d.com/lexemizer/
repositoryhttps://github.com/op8d/op8d_lexemizer
max_upload_size
id377846
size114,721
Opinionated (op8d)

documentation

README

op8d_lexemizer

Opinionated Rust library for transforming code to a vector of Lexemes.

Currently, only Rust edition 2018 is supported.

  • Build the docs: rm -rf target/doc; cargo doc
  • Read the docs: open target/doc/op8d_lexemizer/index.html
  • Run the tests: cargo test | sed 's/\\n/\n/g; s/: `"/: `"\n/g'
  • Delete cargo’s cache, if new code is being ignored: cargo clean
  • Try an example: cargo run --example lexemize-rs2018-arg -- "const FOUR: u8 = 4;"
Commit count: 4

cargo fmt