cala-cel-parser 0.2.21

A parser for the Common Expression Language (CEL)
Documentation
[package]
name = "cala-cel-parser"
description = "A parser for the Common Expression Language (CEL)"
repository = "https://github.com/GaloyMoney/cala"
version = "0.2.21"
authors = ["Justin Carter <justin@galoy.io>"]
edition = "2021"
license = "Apache-2.0"
categories = ["parsing", "cel"]

[features]

fail-on-warnings = []

[dependencies]
lalrpop-util = { workspace = true }

[build-dependencies]
lalrpop = { workspace = true }