interpretive
Standard Forth support for words with special interpretation and compilation semantics
- raw README.md
- raw example-ascii.fs
- raw example-dot-quote.fs
- raw example-s-quote.fs
- raw example-tick.fs
- raw example-val-to.fs
- raw interpretive.fs
- raw mit-license
- raw package.4th
\ ************************************************************************************************INCLUDED \ Interpretive ." \ ************************************************************************************************ S" interpretive.fs" INCLUDED interpretive{ : ." ( <ccc>" -- ) [CHAR] " PARSE TYPE ; }interpretive \ Sample usage: : dq ( -- ) ." dot-quote." ; cr ." An interpretive " dq cr ( -> An interpretive dot-quote.) cr
by UlrichHoffmann
Versions
Tags
ansforth94, forth-94, forth94, ndcs, special, interpretationsemantics, compilationsemantics
Dependencies
None
Dependents
None