only-syntax 0.0.5

Syntax parsing and CST construction for the only task language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "only-syntax"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
documentation.workspace = true
description = "Syntax parsing and CST construction for the only task language."

[dependencies]
logos.workspace = true
only-diagnostic = { version = "0.0.5", path = "../diagnostic" }
rowan.workspace = true
smol_str.workspace = true
text-size.workspace = true
winnow.workspace = true