cforth icon indicating copy to clipboard operation
cforth copied to clipboard

Mitch Bradley's CForth implementation

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

Greetings, I am trying to build for the teensy 3.2 using the arduino 1.6.11 + teensyduino 1.30 tool chain (on osx). I can successfully compile and run quozl's arm-teensy3 branch...

What would you think about intergrating this [forth2012-test-suite](https://github.com/gerryjackson/forth2012-test-suite). Maybe as an git submodule with some Makefile rules to run it.

I'm proposing some changes to order.fth. I don't claim to understand the code but with the changes my test program goes a little bit further; even with the changes there...

I'm proposing to add an implementation of s\" (from the Forth-2012 standard).

Trying to load order.fth leads to this error: ``` C Forth Copyright (c) 2008 FirmWorks ok fload ../../src/cforth/order.fth voc-link, ? Error at: voc-link, | ok ``` Maybe I made some...

Hi to your support team. I am currently trying to build CFORTH for an STM32F103C8T6 clone. This STM32F103C8T6 was tested with Mecristp-Diagnostic and it has 128K of flash and is...

Hello all, I just did a clean install of the git and the ESP32 IDF. I used the pio method of building the app and this works for esp32. make...

Hello, I can successfully create an ESP32 image using the provided [`src/app/esp32` ](https://github.com/MitchBradley/cforth/tree/master/src/app/esp32) yet when I flash cforth to the board, it cant seem to address the provide words in...

* build/ofw-linux/Makefile derived from build/ofw-windows64/Makefile * src/app/ofw/extend-posix.c derived from src/app/host-serial/extend-posix.c