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
1
2
3
4
5
6
7
8
9
10
[package]
name = "lexical_scanner"
version = "0.1.18"
edition = "2021"
license = "MIT"
repository = "https://github.com/mjehrhart/lexical_scanner"
description = "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."
keywords = ["lexer", "lexical", "scanlex", "lexical_scanner", "tokenizer"]

[dependencies]