specl-syntax 0.1.0

Lexer, parser, and AST for the Specl specification language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "specl-syntax"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
description = "Lexer, parser, and AST for the Specl specification language"

[dependencies]
thiserror.workspace = true

[dev-dependencies]
proptest.workspace = true