lang: lexer

This commit is contained in:
Schrottkatze 2024-03-08 12:34:09 +01:00
commit 98850ee1e9
No known key found for this signature in database
6 changed files with 231 additions and 1 deletions

12
crates/lang/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "lang"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
logos = "0.14"
[lints]
workspace = true