oxyl-parser 0.1.21

Parser and AST types for oxyl
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "oxyl-parser"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Parser and AST types for oxyl"

[dependencies]
oxyl-lexer = { path = "../oxyl-lexer", version = "0.1.21" } 
oxyl-diagnostics = { path = "../oxyl-diagnostics", version = "0.1.21" }