ospl 0.2.0

the (UNFINISHED!!!) OSPL programming language
Documentation
[[bin]]
name = "ospl"
path = "src/main.rs"

[dependencies.libffi]
version = "4.1"

[dependencies.libffi-sys]
features = ["system"]
version = "3.3.3"

[dependencies.libloading]
version = "0.8"

[dependencies.scan_fmt]
version = "0.2.6"

[lib]
name = "ospl"
path = "src/lib.rs"

[package]
authors = ["Oscar Langlois <ocyalt4@gmail,com>", "Colton Wollinger <cwoll1home@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "the (UNFINISHED!!!) OSPL programming language"
edition = "2024"
homepage = "https://ospl-lang.github.io"
license = "GPL-3.0-or-later"
name = "ospl"
readme = "README.md"
version = "0.2.0"