jca-interp 0.0.0

The interpreter for the jca language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "jca-interp"
version = "0.0.0"
authors = ["James Whaley <juicy66173@gmail.com>"]
description = "The interpreter for the jca language."
edition = "2018"
license = "MIT/Apache-2.0"

homepage = "https://github.com/Juici/jca"
repository = "https://github.com/Juici/jca"

# TODO: Fill in categories and keywords as appropriate.
categories = []
keywords = []

[dependencies]
jca = { version = "0.0", path = "../" }