basic_lexer 0.1.3

Basic lexical analyzer for use in parsing and compiling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "basic_lexer"
version = "0.1.3"
edition = "2018"
license = "MIT"
description = "Basic lexical analyzer for use in parsing and compiling"
repository = "https://github.com/chuckcscccl/basic_lexer/"
keywords = ["scanner", "tokenizer"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]