11 lines
138 B
C++
11 lines
138 B
C++
|
|
|
||
|
|
#ifndef NODES_H
|
||
|
|
#define NODES_H
|
||
|
|
|
||
|
|
#include "exprnode.hpp"
|
||
|
|
#include "stmtnode.hpp"
|
||
|
|
#include "declnode.hpp"
|
||
|
|
#include "prognode.hpp"
|
||
|
|
|
||
|
|
#endif
|