From 975167856ed0b11c2ede03c6eb750ca4e4a6a7fc Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 29 Oct 2019 11:25:27 +0800 Subject: complete moon compiler in C++. --- MoonParser/parserlib.hpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 MoonParser/parserlib.hpp (limited to 'MoonParser/parserlib.hpp') diff --git a/MoonParser/parserlib.hpp b/MoonParser/parserlib.hpp deleted file mode 100644 index afbd1f0..0000000 --- a/MoonParser/parserlib.hpp +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef PARSERLIB_HPP -#define PARSERLIB_HPP - - -#include "ast.hpp" - - -#endif //PARSERLIB_HPP -- cgit v1.2.3-55-g6feb