larsbrinkhoff / lbForth

Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
GNU General Public License v3.0
418 stars 112 forks source link

INCLUDE-FILE doesn't restore the input buffer #15

Closed larsbrinkhoff closed 10 years ago

larsbrinkhoff commented 10 years ago

E.g.

include foo.fth .( this part of the input may be clobbered by foo.fth )
larsbrinkhoff commented 10 years ago

Fixed by 91f0e9fbe0ab59ded477ea14dde1cd6e243706e5.