[package]
name = "fnotation"
version = "0.11.2"
edition = "2021"
license = "MIT"
keywords = ["compilers", "parsing"]
categories = ["compilers"]
description = "A simple lower-house syntax for programming language experimentation"
repository = "https://github.com/ToposInstitute/fnotation.git"
homepage = "https://github.com/ToposInstitute/fnotation"
readme = "README.md"
[dependencies]
ansi_term.workspace = true
bumpalo.workspace = true
indoc.workspace = true
pretty.workspace = true
tattle.workspace = true
[dev-dependencies]
expect-test = "1.5.1"