mikaelpatel / Arduino-FVM

Byte Token Threaded Forth Virtual Machine (FVM) for Arduino

Home Page:https://mikaelpatel.github.io/Arduino-FVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add token compiler generated code

mikaelpatel opened this issue · comments

Use the Compiler to generate code for some of the example sketches, i.e. Blink.

Please see commit cff83a8

Blink example sketch updated with generated code with constants and colon definitions. See commit 0803a7a.

A larger Test sketch has been added.