remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / extra / hello-world / deploy.factor
blob48c14f7cbafd7cb091160ff1465008c43102e93c
1 USING: tools.deploy.config ;
2 H{
3     { deploy-name "Hello world (console)" }
4     { deploy-c-types? f }
5     { deploy-word-props? f }
6     { deploy-ui? f }
7     { deploy-reflection 1 }
8     { deploy-compiler? f }
9     { deploy-unicode? f }
10     { deploy-io 2 }
11     { deploy-word-defs? f }
12     { deploy-threads? f }
13     { "stop-after-last-window?" t }
14     { deploy-math? f }