2011-09-07 14:41:18 -04:00
|
|
|
USING: init command-line.startup debugger system
|
|
|
|
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
|
2009-11-20 01:55:16 -05:00
|
|
|
do-startup-hooks
|
2011-08-18 22:10:51 -04:00
|
|
|
[ command-line-startup ] [ print-error 1 exit ] recover
|
2009-11-20 01:55:16 -05:00
|
|
|
] set-startup-quot
|