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
423 stars 113 forks source link

Forgetting a word and calling it crashes #75

Closed vonbrand closed 3 years ago

vonbrand commented 6 years ago

0 constant a \ no a exists a . \ OK forget a \ Fine a \ Segmentation fault

larsbrinkhoff commented 3 years ago

I think that's expected behaviour.