lexical_scanner 0.1.18

A simple lexer which creates over 115+ various tokens based on the rust programming language. This complete Lexer/Lexical Scanner produces tokens for a string or a file path entry.
Documentation
pub(crate) mod lexer;
pub(crate) mod generics;