Skip to content

alvesjnr/fvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Forth Virtual Machine for Arduino

FVM is a very simple virtual machine wich runs a restrict set of Forth language

Compiling

At this moment, FVM isn't yet running in Arduino, but as a interpreter in your computer (I started the project just now, give me a time :).

For compilind just go to src folder and run:

$ make

For running a example:

$ ./fvm sourcetest.fth

For running as a console:

$ ./fvm -c

Word Set


For a while FVM supports a very limited words set. I didn't make a list with all those words, but you can easily see them in builtin.h

About

A simple Forth VM for arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages