Skip to content

Releases: Reschivon/movForth

v0.0.2-alpha

28 Oct 01:34
Compare
Choose a tag to compare
v0.0.2-alpha Pre-release
Pre-release

A very early look at an extremely feature-scarce and unstable movForth, in the form of a command line tool. Regardless, I've put in lots of blood and sweat to get to this point.

Run

Run with the command

./movForth forthInputFile.fs

Where forthInputFile.fs is the path to the forth file to be compiled. Try compiling boot.fs, which I've included below.
MovForth will attempt to call clang++ in order to link the executable to stdc++. It will also attempt to invoke lli. These can fail without big consequences; you'll still get a final executable binary.

Do not be scared by the generous amounts of debug info that comes out.

Issues

Consult Readme.md for words currently supported by movForth. If you run into bugs or, in the likely scenario that you crash the compiler, feel free to create an issue.

Contribute

I'm all for the extra help! I will do my best to respond in a timely manner, though I may not always be available.