]> gitweb.factorcode.org Git - factor.git/blob - basis/bootstrap/finish-bootstrap.factor
Fixes #2966
[factor.git] / basis / bootstrap / finish-bootstrap.factor
1 USING: init io command-line.startup debugger system
2 continuations parser.notes namespaces ;
3
4 [
5     ! Set parser-quiet? to match parser.notes top-level form
6     t parser-quiet? set-global
7     
8     boot
9     [ do-startup-hooks command-line-startup ]
10     [ print-error nl :c flush 1 exit ]
11     recover
12 ] set-startup-quot