7 lines
71 B
C++
7 lines
71 B
C++
#ifndef PARSER_HH
|
|
#define PARSER_HH
|
|
|
|
#include "parser/expr.hh"
|
|
|
|
#endif
|