ocelot-parser 0.1.2

Parser for the ocelot project
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "ocelot-parser"
version = "0.1.2"
edition = "2024"
description = "Parser for the ocelot project"
license = "MIT"
repository = "https://github.com/manuel-woelker/ocelot"

[dependencies]
ocelot-ast = { path = "../ast", version = "0.1.2" }
ocelot-base = { path = "../base", version = "0.1.2" }