[[bin]]
name = "omg_runtime"
path = "src/main.rs"
[dependencies.once_cell]
version = "1.19"
[package]
authors = ["Chris Rowles <christopher.rowles@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["compilers", "development-tools"]
description = "The OMG language runtime and virtual machine, providing bytecode execution, REPL, and built-in functions."
documentation = "https://docs.rs/omg_runtime"
edition = "2021"
homepage = "https://github.com/sentrychris/omglang"
include = ["src/**", "bootstrap/interpreter.omg", "build.rs", "README.md", "LICENSE*", "Cargo.toml"]
keywords = ["language", "vm", "bytecode", "interpreter", "educational"]
license = "MIT"
name = "omg_runtime"
readme = "README.md"
repository = "https://github.com/sentrychris/omglang"
version = "0.1.2"