pforth icon indicating copy to clipboard operation
pforth copied to clipboard

implement several standard words

Open lolbinarycat opened this issue 3 years ago • 2 comments

words added:

  • SYNONYM
  • [DEFINED]
  • [UNDEFINED]
  • BEGIN-STRUCTURE
  • END-STRUCTURE
  • +FIELD
  • FIELD:
  • CFIELD:
  • FFIELD: (will only be defined if float support is enabled)

lolbinarycat avatar May 28 '22 14:05 lolbinarycat

is there some style guide that i should be following? i will add stack diagrams now, but i would have added them from the start if there was some guideline saying as much.

(the problem was that exists? is an immediate word)

lolbinarycat avatar Jun 16 '22 15:06 lolbinarycat

everything has stack diagrams now, and should work properly.

lolbinarycat avatar Jun 16 '22 15:06 lolbinarycat

I added these words based on the ANS definitions. See #127 and #128

philburk avatar Dec 05 '22 15:12 philburk

Thanks for suggesting these changes.

philburk avatar Dec 11 '22 21:12 philburk