cow-parser 0.1.1

A parser for the esoteric Cow programming language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cow-parser"
version = "0.1.1"
edition = "2024"
description = "A parser for the esoteric Cow programming language."
license = "MIT"
repository = "https://github.com/Dmilapko/cowHparser"
readme = "Readme.md"

[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.51", features = ["derive"] }
pest = "2.8.3"
pest_derive = "2.8.3"
thiserror = "2.0.17"