mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
Rename (compile) to compile-helper
This commit is contained in:
parent
810890de13
commit
f2ce995009
1 changed files with 2 additions and 2 deletions
4
core.fs
4
core.fs
|
@ -473,7 +473,7 @@ alias-builtin xor ^
|
|||
|
||||
\ ( xt -- )
|
||||
\ postpone compilation of xt
|
||||
: (compile)
|
||||
: compile-helper
|
||||
[compile] literal \ compile 'literal'
|
||||
[ ' , ] literal , \ compile ,
|
||||
;
|
||||
|
@ -481,7 +481,7 @@ alias-builtin xor ^
|
|||
\ compile: ( "name" -- )
|
||||
\ 'compile word' compiles word *later* even if it is immediate
|
||||
: compile
|
||||
' (compile)
|
||||
' compile-helper
|
||||
; immediate
|
||||
|
||||
\ ( -- xt )
|
||||
|
|
Loading…
Reference in a new issue