ueforth icon indicating copy to clipboard operation
ueforth copied to clipboard

Results 38 ueforth issues
Sort by recently updated
recently updated
newest added

Hello with FabGL and ueforth, we can easily get a standalone forth computer! Any plan to integrate FabGL into ueforth? In a basic form a 2 color text `Terminal` running...

hello @flagxor The CPU load has been fixed on posix (#49) but there is also a high CPU load on the web (it's above 90% for the tab with the...

It looks like the CR command doesn't output on the web as it should, like on the terminal: ``` --> ." test" cr cr ." test2" cr test test2 ok...

If block 1 of blocks.fb contains the following code, it works as expected: `2 3 thru` If, on the other hand, it contains the following, only block 2 is loaded:...

I have two Arduino-compatible boards that I want to port eForth to - a Teensy 4.1 and an Electo-Smith Daisy. Both work with the Arduino IDE They're both Arm Cortex...

This should handle all the dependencies for Ubuntu 22.04 LTS "jammy jellyfish". I tested it on a container built from a minimalist image `quay.io/toolbx-images/ubuntu-toolbox:22.04`. The `posix` build and both of...

Brad, I need more help and examples for setting up the web server and pages. Adrian

documentation

As tasks got implemented before floating point, they don't properly take the FP stack into account.

bug

The Pico-Ice is a circuit board with an Rp2040 and an FPGA. The RP2040 runs ueForth. I am building a Mecrisp-Ice J1 on the fpga, but I need to debug...

Apologies, the documentation got changed to use Doxygen just a few days ago! It adds all sorts of things to the file names, so here are the needed changes. There...