blisp 0.3.2

A lisp like statically typed programing language for no_std.
Documentation
[dependencies.num-bigint]
default-features = false
version = "0.3.1"

[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "0.2.14"

[lib]
crate-type = ["rlib"]

[package]
authors = ["Yuuki Takano <ytakanoster@gmail.com>"]
categories = ["no-std", "embedded"]
description = "A lisp like statically typed programing language for no_std."
edition = "2018"
homepage = "https://ytakano.github.io/blisp/"
keywords = ["no_std", "scripting", "scripting-engine", "scripting-language", "embedded"]
license-file = "LICENSE"
name = "blisp"
readme = "README.md"
repository = "https://github.com/ytakano/blisp"
version = "0.3.2"