Crates.io | a4-core |
lib.rs | a4-core |
version | 0.0.4 |
source | src |
created_at | 2021-12-01 18:30:03.829385 |
updated_at | 2021-12-02 16:27:40.286738 |
description | A forth-inspired, bytecode-compiled scripting language for Anachro Powerbus |
homepage | |
repository | https://github.com/anachro-rs/anachro-forth |
max_upload_size | |
id | 490378 |
size | 63,311 |
Anachro Forth is a forth-inspired, bytecode-compiled scripting language for Anachro Powerbus platform.
The intended use case is to write and compile scripts on a Host PC, and to load and execute these scripts in a constrained, no_std environment, such as on embedded systems or WASM targets.
This crate contains the core components of the language, including:
This project is in early, active, development. Frequent breaking changes are expected in the near future. Please contact me if you would like to use Anachro Forth for your project or product
Licensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.