Close

Implemented an editor to support defining word

A project log for : BACK Be A Compilable Keyboard ;

Forth language and environment for Mickey Board, a custom BLE keyboard PCBA based on nRF51822.

thumb2Thumb2 10/27/2017 at 00:410 Comments

The input buffer will be emptied after "enter" is pressed. Therefore, to support defining new words, the codes in input buffer need to be moved into user code area. The "interpreter"  will interpret the codes in the user code area when new word is added.

Adding a new word has been implemented. Editing an old word is to be implemented.

Discussions