diff options
Diffstat (limited to 'MoonParser/parserlib.hpp')
-rw-r--r-- | MoonParser/parserlib.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MoonParser/parserlib.hpp b/MoonParser/parserlib.hpp new file mode 100644 index 0000000..afbd1f0 --- /dev/null +++ b/MoonParser/parserlib.hpp | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef PARSERLIB_HPP | ||
2 | #define PARSERLIB_HPP | ||
3 | |||
4 | |||
5 | #include "ast.hpp" | ||
6 | |||
7 | |||
8 | #endif //PARSERLIB_HPP | ||