bobascript-parser 0.1.2

A parser for the scripting language BobaScript.
Documentation
[package]
name = "bobascript-parser"
description = "A parser for the scripting language BobaScript."
version = "0.1.2"
authors = ["Justin Schweigert <justin@schweigert.dev>"]
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"