2011-09-12 02:37:00 -04:00
|
|
|
USING: init io command-line.startup debugger system
|
2011-09-07 14:41:18 -04:00
|
|
|
continuations parser.notes namespaces ;
|
2008-12-08 15:58:00 -05:00
|
|
|
|
|
|
|
[
|
2011-09-07 14:41:18 -04:00
|
|
|
! Set parser-quiet? to match parser.notes top-level form
|
|
|
|
t parser-quiet? set-global
|
|
|
|
|
2008-12-08 15:58:00 -05:00
|
|
|
boot
|
2011-09-12 02:37:00 -04:00
|
|
|
[ do-startup-hooks command-line-startup ]
|
|
|
|
[ print-error :c flush 1 exit ]
|
|
|
|
recover
|
2009-11-20 01:55:16 -05:00
|
|
|
] set-startup-quot
|