mirror of
https://github.com/kanaka/mal.git
synced 2024-11-11 00:52:44 +03:00
199b1ce7b2
* Works on soon-to-be-released 0.98 (triple quote strings removed) * 50% more iterations per second on perf3.mal * Removed 'src' directory, use 'factor' as the root * Using 'mal' namespace for core, reader, printer, malenv, types * Fixed issue with "empty" readline input (should be ignored and wasn't) * Tried to simplify some of the code
17 lines
378 B
Factor
17 lines
378 B
Factor
USING: tools.deploy.config ;
|
|
H{
|
|
{ deploy-c-types? f }
|
|
{ deploy-help? f }
|
|
{ deploy-name "stepA_mal" }
|
|
{ "stop-after-last-window?" t }
|
|
{ deploy-unicode? f }
|
|
{ deploy-console? t }
|
|
{ deploy-io 3 }
|
|
{ deploy-reflection 1 }
|
|
{ deploy-ui? f }
|
|
{ deploy-word-defs? f }
|
|
{ deploy-threads? t }
|
|
{ deploy-math? t }
|
|
{ deploy-word-props? f }
|
|
}
|