@@ -31,7 +31,7 @@ latestxt >does-code
31
31
constant no-compilation-does-code
32
32
constant no-interpretation-does-code
33
33
34
- : create-interpret/compile ( "name" -- ) \ gforth
34
+ : create-interpret/compile ( "name" -- ) \ gforth-obsolete
35
35
0 0 interpret/compile:
36
36
here latestxt interpret/compile-comp !
37
37
no-compilation-does-code here does-code!
@@ -52,23 +52,23 @@ constant no-interpretation-does-code
52
52
: (interpretation>1) ( addr R:retaddr -- )
53
53
latestxt interpret/compile-int swap fix-does-code ;
54
54
55
- : interpretation> ( compilation. -- orig colon-sys ) \ gforth
55
+ : interpretation> ( compilation. -- orig colon-sys ) \ gforth-obsolete
56
56
here 4 cells + POSTPONE literal POSTPONE (interpretation>1) POSTPONE ahead
57
57
defstart dead-code off 0 set-locals-size-list ; immediate restrict
58
58
59
- : <interpretation ( compilation. orig colon-sys -- ) \ gforth
59
+ : <interpretation ( compilation. orig colon-sys -- ) \ gforth-obsolete
60
60
?struc POSTPONE exit
61
61
POSTPONE then ; immediate restrict
62
62
63
63
: (compilation>1) ( addr R:retaddr -- )
64
64
latestxt interpret/compile-comp swap fix-does-code ;
65
65
66
- : compilation> ( compilation. -- orig colon-sys ) \ gforth
66
+ : compilation> ( compilation. -- orig colon-sys ) \ gforth-obsolete
67
67
here 4 cells + POSTPONE literal POSTPONE (compilation>1) POSTPONE ahead
68
68
defstart dead-code off 0 set-locals-size-list POSTPONE >body ; immediate restrict
69
69
70
70
comp' <interpretation drop
71
- Alias <compilation ( compilation. orig colon-sys -- ) \ gforth
71
+ Alias <compilation ( compilation. orig colon-sys -- ) \ gforth-obsolete
72
72
immediate restrict
73
73
74
74
\ example
0 commit comments