diff options
| author | Li Jin <dragon-fly@qq.com> | 2019-10-29 11:25:27 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2019-10-29 11:25:27 +0800 |
| commit | 975167856ed0b11c2ede03c6eb750ca4e4a6a7fc (patch) | |
| tree | fa4369fe7e7d49c63cae93d6c5b52b78116f58cd /MoonParser/parserlib.hpp | |
| parent | 726fee3152c81fdac7e3ad5f663bfbea8f99ddd8 (diff) | |
| download | yuescript-975167856ed0b11c2ede03c6eb750ca4e4a6a7fc.tar.gz yuescript-975167856ed0b11c2ede03c6eb750ca4e4a6a7fc.tar.bz2 yuescript-975167856ed0b11c2ede03c6eb750ca4e4a6a7fc.zip | |
complete moon compiler in C++.
Diffstat (limited to '')
| -rw-r--r-- | MoonParser/parserlib.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ | |||
| 1 | #ifndef PARSERLIB_HPP | ||
| 2 | #define PARSERLIB_HPP | ||
| 3 | |||
| 4 | |||
| 5 | #include "ast.hpp" | ||
| 6 | |||
| 7 | |||
| 8 | #endif //PARSERLIB_HPP | ||
