Handbook
Glossary
stripped-word-props ( -- seq )
Vocabulary
tools
.
deploy
.
shaker
Inputs
None
Outputs
seq
an
object
Definition
USING:
kernel
make
namespaces
tools.deploy.config
;
IN:
tools.deploy.shaker
:
stripped-word-props
( -- seq )
[
strip-dictionary?
[
{
"alias"
"boa-check"
"coercer"
"combination"
"constant"
"constraints"
"custom-inlining"
"decision-tree"
"declared-effect"
"default"
"default-method"
"default-output-classes"
"dependencies"
"dependency-checks"
"derived-from"
"ebnf-parser"
"engines"
"forgotten"
"generic-call-sites"
"help"
"help-loc"
"help-parent"
"identities"
"inline"
"inlined-block"
"input-classes"
"instances"
"interval"
"intrinsic"
"lambda"
"loc"
"local-reader"
"local-reader?"
"local-writer"
"local-writer?"
"local?"
"low-order"
"macro"
"members"
"memo-quot"
"method-class"
"method-generic"
"methods"
"modular-arithmetic"
"no-compile"
"owner-generic"
"outputs"
"participants"
"predicate"
"predicate-definition"
"predicating"
"reader"
"reading"
"recursive"
"register"
"register-size"
"related"
"shuffle"
"slots"
"special"
"specializer"
"struct-slots"
"transform-n"
"transform-quot"
"type"
"typed-def"
"typed-word"
"writer"
"writing"
}
%
]
when
strip-prettyprint?
[
{
"delimiter"
"flushable"
"foldable"
"inline"
"lambda"
"macro"
"memo-quot"
"parsing"
"word-style"
}
%
]
when
deploy-c-types?
get
[
{
"c-type"
"struct-slots"
"struct-align"
}
%
]
unless
]
{
}
make
;