Re-root site.

This commit is contained in:
Brad Nelson
2022-02-27 20:59:19 -08:00
parent a26786d7ef
commit fb47179999
131 changed files with 27 additions and 39 deletions

View File

@ -1,12 +1,17 @@
# EForth
# µEforth / ESP32forth
EForth is a delightfully minimalist approach to Forth originated by Bill Muench and Dr. C. H. Ting.
This EForth inspired implementation of Forth is bootstraped from a minimalist C kernel.
For documentation visit:
## Building from Source
[https://eforth.appspot.com/](https://eforth.appspot.com/)
To build:
## Directories
```
make
```
* [ueforth/ - µEforth / ESP32forth](ueforth/README.md) - EForth refactored to allow source boostraping.
* [circleforth/ - CircleForth](circleforth/README.md) - A minimalist Forth modeled after toy Lisps.
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.