rtforth icon indicating copy to clipboard operation
rtforth copied to clipboard

Forth implemented in Rust for realtime application

Results 3 rtforth issues
Sort by recently updated
recently updated
newest added

Some code forgot to use wrapping_sub may be still sticking around. New code forgetting them will also be written.

Hi, I am scanning the rtforth in the latest version with my own static analyzer tool. Unsafe conversion found at: src/memory.rs#L59 ``` rust pub fn system_variables(&self) -> &SystemVariables { unsafe...