xo-interpreter: initial commit [wip]
This commit is contained in:
parent
bd3dc59c07
commit
bfee0bdf9b
10 changed files with 349 additions and 6 deletions
12
xo-interpreter/src/interpreter/VirtualSchematikaMachine.cpp
Normal file
12
xo-interpreter/src/interpreter/VirtualSchematikaMachine.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @file VirtualSchematikaMachine.cpp **/
|
||||
|
||||
#include "VirtualSchematikaMachine.hpp"
|
||||
|
||||
#include "VsmInstr.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end VirtualSchematikaMachine.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue