bootstrap.primitives: Add comment for where "random" "call( -- )" lines come from.
parent
268fa0225d
commit
f9be1f3055
|
@ -44,8 +44,8 @@ init-caches
|
||||||
|
|
||||||
bootstrapping? on
|
bootstrapping? on
|
||||||
|
|
||||||
call( -- )
|
call( -- ) ! layouts quot
|
||||||
call( -- )
|
call( -- ) ! arch quot
|
||||||
|
|
||||||
! Vocabulary for slot accessors
|
! Vocabulary for slot accessors
|
||||||
"accessors" create-vocab drop
|
"accessors" create-vocab drop
|
||||||
|
@ -55,7 +55,7 @@ num-types get f <array> builtins set
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
||||||
call( -- )
|
call( -- ) ! syntax-quot
|
||||||
|
|
||||||
! Create some empty vocabs where the below primitives and
|
! Create some empty vocabs where the below primitives and
|
||||||
! classes will go
|
! classes will go
|
||||||
|
|
Loading…
Reference in New Issue