feat(furvm): introduce module, instruction and constant
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
int main(void) {
|
||||
furvm::context context;
|
||||
|
||||
auto mainModule = context.emplace();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#include "furvm/module.hpp"
|
||||
|
||||
namespace furvm {}
|
||||
Reference in New Issue
Block a user