From 410285769489f97e28cfa5df2573ea246abe4fbe Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 3 Dec 2008 08:12:28 -0600 Subject: [PATCH] Tree shaker now strips out some more PEG stuff --- basis/tools/deploy/shaker/shaker.factor | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index 53f147ccce..15fd2a37d7 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -109,6 +109,7 @@ IN: tools.deploy.shaker "default-method" "default-output-classes" "derived-from" + "ebnf-parser" "engines" "forgotten" "identities" @@ -269,8 +270,8 @@ IN: tools.deploy.shaker } % { } { "math.partial-dispatch" } strip-vocab-globals % - - "peg-cache" "peg" lookup , + + { } { "peg" } strip-vocab-globals % ] when strip-prettyprint? [ @@ -346,7 +347,7 @@ IN: tools.deploy.shaker : finish-deploy ( final-image -- ) "Finishing up" show - >r { } set-datastack r> + [ { } set-datastack ] dip { } set-retainstack V{ } set-namestack V{ } set-catchstack @@ -387,9 +388,9 @@ SYMBOL: deploy-vocab strip-c-io f 5 setenv ! we can't use the Factor debugger or Factor I/O anymore deploy-vocab get vocab-main set-boot-quot* - stripped-word-props >r + stripped-word-props stripped-globals strip-globals - r> strip-words + strip-words compress-byte-arrays compress-quotations compress-strings