/unmaintained/automata/ui/deploy.factor

http://github.com/abeaumont/factor · Factor · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · e456d2c7e0f7490e8aada5f9b8021402 MD5 · raw file

  1. USING: tools.deploy.config ;
  2. V{
  3. { deploy-ui? t }
  4. { deploy-io 1 }
  5. { deploy-reflection 1 }
  6. { deploy-compiler? t }
  7. { deploy-math? t }
  8. { deploy-word-props? f }
  9. { deploy-c-types? f }
  10. { "stop-after-last-window?" t }
  11. { deploy-name "Cellular Automata" }
  12. }