ocelot-engine 0.1.2

Language pipeline orchestration for the ocelot project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ocelot-engine"
version = "0.1.2"
edition = "2024"
description = "Language pipeline orchestration 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" }
ocelot-interpreter = { path = "../interpreter", version = "0.1.2" }
ocelot-pal = { path = "../pal", version = "0.1.2" }
ocelot-parser = { path = "../parser", version = "0.1.2" }

[dev-dependencies]
expect-test = "1.5.1"