[package] name = "bobascript-parser" description = "A parser for the scripting language BobaScript." version = "0.1.4" authors = ["Justin Schweigert "] edition = "2018" license = "MIT" repository = "https://github.com/sand-head/BobaScript" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] lalrpop = "0.19" [dependencies] lalrpop-util = "0.19" regex = "1" thiserror = "1.0"