pax-lang 0.13.21

Pax language parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.pest]
version = "2.6.0"

[dependencies.pest_derive]
version = "2.6.0"

[package]
authors = ["Zack Brown <zack@pax.dev>"]
description = "Pax language parser"
edition = "2021"
homepage = "https://pax.dev/"
license = "MIT OR Apache-2.0"
name = "pax-lang"
repository = "https://www.github.com/paxproject/pax"
version = "0.13.21"