Files
ueforth/ueforth
2022-02-25 23:44:43 -08:00
..
2022-02-25 23:44:43 -08:00
2022-02-25 20:19:24 -08:00
2021-01-04 12:49:26 -08:00
2022-02-21 15:10:08 -08:00
2022-02-06 21:10:00 -08:00
2022-02-25 20:51:58 -08:00
2022-02-25 20:51:58 -08:00
2022-02-21 14:37:14 -08:00
2021-06-28 22:23:21 -07:00

µEforth / ESP32forth

This EForth inspired implementation of Forth is bootstraped from a minimalist C kernel.

Building from Source

To build:

make

The resulting output will have this structure:

  • out/deploy - A copy of the eforth.appspot.com / esp32forth.appspot.com ready to deploy.
  • out/windows - A build for Windows.
  • out/linux - A build for Linux.