Changeset 323 for trunk/thune/boot.c

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/boot.c

    r294 r323  
    3535  "  word!/set-word!/get-word!/lit-word! :any-word!\n" 
    3636  "  binary!/string!/block!/paren! :series!\n" 
    37   "] make :urlan-ops\n" 
     37  "] make :kernel-ops\n" 
    3838; 
    3939 
     
    5151  "  read\n" 
    5252  "  dup \"#!\" match ift (eol find)\n" 
    53   "  to-block urlan-ops infuse\n" 
     53  "  to-block kernel-ops infuse\n" 
    5454  "] proc :load    ;(filename -- block)\n" 
    5555  "[select if/keep do] proc :case\n" 
     
    122122  "      ] func :macro\n" 
    123123  "      [word word!/lit-word! sig block! body block!] [\n" 
    124   "        sig  urlan-ops infuse\n" 
    125   "        body urlan-ops infuse\n" 
     124  "        sig  kernel-ops infuse\n" 
     125  "        body kernel-ops infuse\n" 
    126126  "        func word: reader-macros last set\n" 
    127127  "      ] func :macrof\n"