symboscript-lexer 0.3.0

SymboScript lexer
Documentation
[[bin]]
name = "symboscript-lexer"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.4.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.193"

[dependencies.serde_json]
version = "1.0.108"

[dependencies.symboscript-types]
version = "0.4.0"

[dependencies.symboscript-utils]
version = "0.1.4"

[package]
authors = ["artegoser"]
categories = ["compilers"]
description = "SymboScript lexer"
documentation = "https://github.com/artegoser/SymboScript/blob/master/doc/main.md"
edition = "2021"
homepage = "https://github.com/artegoser/SymboScript/tree/main/lexer"
keywords = ["programming-language", "lexer", "symbolic", "symboscript"]
license = "MIT"
name = "symboscript-lexer"
readme = "./README.md"
repository = "https://github.com/artegoser/SymboScript"
version = "0.3.0"