Lines Matching full:forth
3 ** Forth Inspired Command Language
48 ** Ficl (Forth-inspired command language) is an ANS Forth
54 ** and expect the rest of the system to be coded in Forth, Ficl
67 ** in a multitasking system. Unlike Forth, Ficl's outer interpreter
70 ** is more like TCL than Forth, which usually expcets to be at the center
80 ** - Standard: Implements the ANSI Forth CORE word set and part
83 ** - Extensible: you can export code written in Forth, C,
106 ** Forth there is (see pForth 68K for a really fast subroutine
134 ** Check this website for Forth literature (including the ANSI standard)
137 ** http://www.taygeta.com/forth.html
185 ** and ANS Forth optional SEARCH & SEARCH EXT word set.
247 ** ANS Forth requires false to be zero, and true to be the ones
350 ** Stacks get heavy use in Ficl and Forth...
367 ** Stack methods... many map closely to required Forth words.
457 ** The pad is a small scratch area for text manipulation. ANS Forth
465 ** ANS Forth requires that a word's name contain {1..31} characters.
629 ** ANS forth seems to require the input buffer to be represented