op8d_lexemizer 0.1.1

Opinionated library for transforming code to a vector of Lexemes
Documentation
1
2
3
4
5
6
7
8
9
//! Functions for detecting Lexemes in Rust 2018 code.

pub mod character;
pub mod comment;
pub mod identifier;
pub mod number;
pub mod punctuation;
pub mod string;
pub mod whitespace;