spl 0.0.2

Stack Pogramming Language: A simple, concise scripting language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "spl"
version = "0.0.2"
edition = "2021"
description = "Stack Pogramming Language: A simple, concise scripting language."
license = "MIT"
repository = "https://github.com/tudbut/spl"
authors = ["TudbuT"]

[dependencies]
readformat = "0.1"
once_cell = "1.17"