forth 0.1.0

Forth implementation in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Ulisse Mini <ulisse.mini@gmail.com>"]
description = "Forth implementation in rust"
edition = "2018"
keywords = ["forth", "language"]
license = "MIT"
name = "forth"
readme = "README.md"
repository = "https://github.com/UlisseMini/forth"
version = "0.1.0"