Apply cpp naming to files
This commit is contained in:
parent
89eec0e329
commit
9d01ba2c8a
73 changed files with 160 additions and 160 deletions
|
|
@ -1,13 +1,13 @@
|
|||
|
||||
#include "ObjectTests.hpp"
|
||||
|
||||
#include "compiler/function.h"
|
||||
#include "parser/parser.h"
|
||||
#include "core/object.h"
|
||||
#include "interpreter/interpreter.h"
|
||||
#include "primitives/interpreterobject.h"
|
||||
#include "primitives/linkobject.h"
|
||||
#include "primitives/methodobject.h"
|
||||
#include "compiler/Functions.hpp"
|
||||
#include "parser/Parser.hpp"
|
||||
#include "core/Object.hpp"
|
||||
#include "interpreter/Interpreter.hpp"
|
||||
#include "primitives/InterpreterObject.hpp"
|
||||
#include "primitives/LinkObject.hpp"
|
||||
#include "primitives/MethodObject.hpp"
|
||||
|
||||
using namespace tp;
|
||||
using namespace obj;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
#include "ObjectTests.hpp"
|
||||
|
||||
#include "core/object.h"
|
||||
#include "core/Object.hpp"
|
||||
|
||||
#include "primitives/intobject.h"
|
||||
#include "primitives/IntObject.hpp"
|
||||
|
||||
using namespace tp;
|
||||
using namespace obj;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
|
||||
#include "ObjectTests.hpp"
|
||||
|
||||
#include "compiler/function.h"
|
||||
#include "core/object.h"
|
||||
#include "interpreter/interpreter.h"
|
||||
#include "primitives/interpreterobject.h"
|
||||
#include "primitives/linkobject.h"
|
||||
#include "primitives/methodobject.h"
|
||||
#include "compiler/Functions.hpp"
|
||||
#include "core/Object.hpp"
|
||||
#include "interpreter/Interpreter.hpp"
|
||||
#include "primitives/InterpreterObject.hpp"
|
||||
#include "primitives/LinkObject.hpp"
|
||||
#include "primitives/MethodObject.hpp"
|
||||
|
||||
using namespace tp;
|
||||
using namespace obj;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include "ObjectTests.hpp"
|
||||
|
||||
#include "parser/parser.h"
|
||||
#include "parser/Parser.hpp"
|
||||
|
||||
using namespace tp;
|
||||
using namespace obj;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
|
||||
#include "ObjectTests.hpp"
|
||||
|
||||
#include "compiler/function.h"
|
||||
#include "core/object.h"
|
||||
#include "interpreter/interpreter.h"
|
||||
#include "primitives/interpreterobject.h"
|
||||
#include "primitives/linkobject.h"
|
||||
#include "primitives/methodobject.h"
|
||||
#include "compiler/Functions.hpp"
|
||||
#include "core/Object.hpp"
|
||||
#include "interpreter/Interpreter.hpp"
|
||||
#include "primitives/InterpreterObject.hpp"
|
||||
#include "primitives/LinkObject.hpp"
|
||||
#include "primitives/MethodObject.hpp"
|
||||
|
||||
using namespace tp;
|
||||
using namespace obj;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include "ObjectTests.hpp"
|
||||
|
||||
#include "primitives/primitives.h"
|
||||
#include "primitives/PrimitiveObjects.hpp"
|
||||
|
||||
tp::ModuleManifest* objDeps[] = { &obj::gModuleObjects, nullptr };
|
||||
tp::ModuleManifest objTestModule("ObjectsTests", nullptr, nullptr, objDeps);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue