ccdb_script 1.2.0

A small language to add in games for easy modding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ccdb_script"
version = "1.2.0"
authors = ["TheSlam <32799244+salmmanfred@users.noreply.github.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/salmmanfred/ccdb-script"
description = "A small language to add in games for easy modding"
readme = "README.md"
keywords = ["gamedev", "parser","language","interpreter","embedded"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]