Disabled // for QuoteMacroChars, since the hook will conflict with binary selector...
[cslatevm.git] / src / mobius / init.slate
blob98d9b8a66a5588f6ab4da8908ff9b3dc9c947137
1 #ns := ensureNamespace: #Bootstrap.
2 ns addDelegate: globals.
4 _@ns imports [lobby prototypes].
6 [| :x | ns import: x from: collections] for: {
7   #IdentityDictionary.
8   #ExtensibleArray.
9   #Dictionary.
12 [| :x | ns import: x from: lobby] for: {
13   #Syntax.
14   #VM.
17 ns load: 'src/mobius/bootstrap.slate'.
18 ns load: 'src/mobius/build.slate'.