coffee_lang 0.0.0

A tiny lisp based language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

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

[package]
authors = ["Canoi Gomes <canoiaguiar@gmail.com>"]
categories = ["script", "vm"]
description = "A tiny lisp based language"
keywords = ["script", "cafe", "language", "virtual-machine", "engine"]
license = "MIT"
name = "coffee_lang"
repository = "https://github.com/cafe-engine/coffee"
version = "0.0.0"