mirror of
https://github.com/guilhermewerner/language
synced 2025-06-16 05:04:18 +00:00
Add basic lexer
This commit is contained in:
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "language"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
#inkwell = { version = "0.4.0", features = ["llvm16-0"] }
|
Reference in New Issue
Block a user