tmp
This commit is contained in:
parent
0494bf05af
commit
0b3f780ec7
2 changed files with 59 additions and 3 deletions
|
|
@ -1,10 +1,12 @@
|
|||
|
||||
#include "Testing.hpp"
|
||||
|
||||
#include "compiler/function.h"
|
||||
#include "core/object.h"
|
||||
|
||||
#include "primitives/dictobject.h"
|
||||
#include "primitives/intobject.h"
|
||||
#include "interpreter/interpreter.h"
|
||||
#include "primitives/interpreterobject.h"
|
||||
#include "primitives/linkobject.h"
|
||||
#include "primitives/methodobject.h"
|
||||
|
||||
using namespace tp;
|
||||
using namespace obj;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue