UrForth: changed dictionary allocation scheme
commit199757d0016a0caf9df641e0e1b3e2f28c1fdadf
authorketmar <ketmar@ketmar.no-ip.org>
Tue, 31 Oct 2023 18:19:44 +0000 (31 18:19 +0000)
committerketmar <ketmar@ketmar.no-ip.org>
Tue, 31 Oct 2023 18:19:44 +0000 (31 18:19 +0000)
tree228e8715c10a5f348e87d66afcc3a01d880bf606
parent7197cae0cec1e68aefe2511aafd3767e3f62ee5b
UrForth: changed dictionary allocation scheme

  "(DP-HERE)" points to current DP. there are "(DP-MAIN)" for main
  dictionary, and "(DP-TEMP)" (uservar) for temp dictionary.
  fixed locals engine.

FossilOrigin-Name: 6ee27ca41737b8d4e5e1a99175ba003a17e0ed0d2fa847a72b0281b4acfc41c8
src/liburforth/urforth.c
urflibs/init/bootstrap/40-voc-creatori.f
urflibs/locals.f
urflibs/urasm/asm-test.f [deleted file]
urflibs/urasm/expr.f