Changeset 323 for trunk/thune/mkboot.t

Show
Ignore:
Timestamp:
12/26/06 22:10:34 (2 years ago)
Author:
krobillard
Message:

Rune is now stand-alone.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/mkboot.t

    r294 r323  
    3737  word!/set-word!/get-word!/lit-word! :any-word! 
    3838  binary!/string!/block!/paren! :series! 
    39 ] make :urlan-ops 
     39] make :kernel-ops 
    4040} 
    4141:boot-script 
     
    5656  read 
    5757  dup \"#!\" match ift (eol find) 
    58   to-block urlan-ops infuse 
     58  to-block kernel-ops infuse 
    5959] proc :load    ;(filename -- block) 
    6060 
     
    140140 
    141141      [word word!/lit-word! sig block! body block!] [ 
    142         sig  urlan-ops infuse 
    143         body urlan-ops infuse 
     142        sig  kernel-ops infuse 
     143        body kernel-ops infuse 
    144144        func word: reader-macros last set 
    145145      ] func :macrof