Apply cpp naming to files
This commit is contained in:
parent
430ba869d0
commit
9a9262f6d0
73 changed files with 160 additions and 160 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "compiler/constants.h"
|
||||
#include "primitives/methodobject.h"
|
||||
#include "primitives/primitives.h"
|
||||
#include "compiler/Constants.hpp"
|
||||
#include "primitives/MethodObject.hpp"
|
||||
#include "primitives/PrimitiveObjects.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include "compiler/expression.h"
|
||||
#include "compiler/Expressions.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace BCgen;
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
#include "compiler/function.h"
|
||||
#include "compiler/Functions.hpp"
|
||||
|
||||
#include "primitives/methodobject.h"
|
||||
#include "primitives/primitives.h"
|
||||
#include "primitives/MethodObject.hpp"
|
||||
#include "primitives/PrimitiveObjects.hpp"
|
||||
|
||||
#include "parser/parser.h"
|
||||
#include "parser/Parser.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#include "compiler/instruction.h"
|
||||
#include "compiler/Instructions.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include "compiler/statement.h"
|
||||
#include "compiler/Statements.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace BCgen;
|
||||
Loading…
Add table
Add a link
Reference in a new issue