- the clean solution: Implement future versions of toke on top of the OpenBIOS forth engine "BeginAgain". This is a pretty minimal forth implementation that is well suited.
3) Implement the FCode tokenizer in some standard Forth dialect, for example, in ANS Forth -- it'll run on _any_ Forth system (that implements that standard), then (this should include BeginAgain).
Segher