larsbrinkhoff / xForth

Experimental Forth cross compiler for tiny devices
GNU General Public License v3.0
61 stars 14 forks source link

Target resident interpreter #55

Open larsbrinkhoff opened 4 years ago

larsbrinkhoff commented 4 years ago

Add optional library with an interpreter. Just interpretation, no compilation mode.

Depends on UART (#52), or other character I/O.

larsbrinkhoff commented 4 years ago

This needs some way to map strings to addresses at run time. I.e. some kind of dictionary data structure on the target.