]> git.bts.cx Git - sun.git/blob - runtime/src/sun/compiler/vm_generator.h
Initial commit
[sun.git] / runtime / src / sun / compiler / vm_generator.h
1 #ifndef SUN_COMPILER_VM_GENERATOR_H
2 #define SUN_COMPILER_VM_GENERATOR_H
3
4 #include <sun/tree/node.h>
5 #include <sun/vm/vm.h>
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 extern SVMModule *slcGenerateVMInstructions(SLTNode *moduleNode);
12
13 #ifdef __cplusplus
14 }
15 #endif
16
17 #endif