gforth: gforth/Attic/interpretation.fs
Default branch: MAIN
Bookmark a link to HEAD:
(view)
(download)
Revision 1.4
Mon Aug 26 10:07:19 1996 UTC (16 years, 9 months ago) by anton
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.3: +0 -0 lines
FILE REMOVED
' and ['] now deliver an error for compile-only words.
renamed special- words into interpret/compile- words.
refactored some of the recent changes.
adapted see to the changes
added way to make a word that defines words with differring
interpretation and compilation code.
Revision 1.3
-
(view)
(download)
(annotate)
- [select for diffs]
Mon May 13 16:36:59 1996 UTC (17 years ago) by anton
Branch:
MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
,
to selected 1.1
eliminated state-smartness in ;code and sfnumber
immediate-flag is now $40 and restrict-flag $20
HEADER now stores the compilation wordlist in the header and
REVEAL reveals into that wordlist
assorted cleanups
Revision 1.2
-
(view)
(download)
(annotate)
- [select for diffs]
Thu May 9 18:13:00 1996 UTC (17 years ago) by anton
Branch:
MAIN
Changes since 1.1: +46 -2 lines
Diff to previous 1.1
changed most state-smart words into words with interpretation: behaviour.
added postponetest.fs to "make test"
made HashTable into a value (for speed)
replaced 'flag!' by lastflags, cset, creset, ctoggle
Revision 1.1
-
(view)
(download)
(annotate)
- [selected]
Mon May 6 12:39:00 1996 UTC (17 years ago) by anton
Branch:
MAIN
added tables (case-sensitive wordlists)
cleaned up hash.fs a bit
added "interpretation:" for adding special interpretation semantics
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.