When is REFILL called? I see it in the reference implementation of ANS Forth, but it seems like no other function needs it. EVALUATE and LIST and LOAD seem like they would, but do they? Maybe this is implementation-dependent, but there must be some typical way of using REFILL. I am working on a small Forth for a little 8085 system I made for fun, and I am trying to stay with the ANS specification, and I don't want to go off in a direction that's going to make it hard to do something else later, and I also don't want to reinvent things too much.
|