Revision control

Copy as Markdown

Other Tools

[package]
edition = '2018'
name = "jexl-parser"
version = "0.4.0"
authors = ["Mike Cooper <mythmon@gmail.com>", "The Sync Team <sync-team@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
description = "A JEXL parser written in Rust"
license = "MPL-2.0"
[dependencies]
lalrpop-util = { version = "0.19", features = ["lexer"] }
regex = "1.3"