rtforth:在Rust中实现了Forth的实时应用

时间:2024-05-30 08:09:21
【文件属性】:

文件名称:rtforth:在Rust中实现了Forth的实时应用

文件大小:1.26MB

文件格式:ZIP

更新时间:2024-05-30 08:09:21

Rust

rtForth 在Rust中实现的Forth,专为实时应用而设计。 文档。 设计决策: 安全第一,性能稍后 令牌线程+子例程线程(仅适用于x86) 建造 安装Rust: 安装Rust后: $ cargo build --example rf # Build debug version of rtforth $ cargo build --release --example rf # Compile release version of rtForth. 或在Linux上使用CMake: $ mkdir build; cd build $ cmake .. $ make native # Build native version of rtforth $ cmake x86


网友评论