basic_lexer 0.1.1

Basic lexical analyzer for use in parsing and compiling
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
description = "Basic lexical analyzer for use in parsing and compiling"
edition = "2018"
keywords = ["scanner", "tokenizer"]
license = "MIT"
name = "basic_lexer"
repository = "https://github.com/chuckcscccl/basic_lexer/"
version = "0.1.1"