TG9541/stm8ef

Add ['] and DEFER ... IS

TG9541 opened this issue · 1 comments

The following additions improve compatibility with other Forth systems:

  • ['] replaces the phrase [ ' <word> ] LITERAL.
  • DEFER <word_a> ... ' <word_b> IS <word_a> simplifies generic implementations

Also add some basic tests for that...