Apply cpp naming to files
This commit is contained in:
parent
430ba869d0
commit
9a9262f6d0
73 changed files with 160 additions and 160 deletions
12
Objects/public/interpreter/Script.hpp
Normal file
12
Objects/public/interpreter/Script.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include "interpreter/ByteCode.hpp"
|
||||
|
||||
namespace obj {
|
||||
struct Script {
|
||||
obj::StringObject* mReadable;
|
||||
ByteCode mBytecode;
|
||||
|
||||
void compile();
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue