Used colon-less keyword syntax in method signatures where the optional variable name...
[cslatevm.git] / src / llvm / init.slate
blob6016ef728c528b4946a931998eecdb426bc1a525
1 (ensureNamespace: #LLVM) `>> [
2   "Load LLVM library"
3   load: 'src/llvm/lib.slate'.
4   load: 'src/llvm/name.slate'.
5   load: 'src/llvm/enumerations.slate'.
6   load: 'src/llvm/pointer.slate'.
7   load: 'src/llvm/type.slate'.
8   load: 'src/llvm/value.slate'.
9   load: 'src/llvm/irbuilder.slate'.
10   load: 'src/llvm/module.slate'.
12   "Now build the new compiler"
13   "load: 'src/llvm/internalcompiler.slate'."
14   load: 'src/llvm/compiler.slate'.