added parser for v1 (calculator with no types)
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "boring-lang"
|
||||
version = "0.1.0"
|
||||
authors = ["asegavac"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[build-dependencies.lalrpop] # <-- We added this and everything after!
|
||||
version = "0.18.1"
|
||||
features = ["lexer"]
|
||||
|
||||
[dependencies]
|
||||
lalrpop-util = "0.18.1"
|
||||
regex = "1"
|
||||
Reference in New Issue
Block a user