diff options
author | Li Jin <dragon-fly@qq.com> | 2017-07-13 16:03:11 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2017-07-13 16:03:11 +0800 |
commit | cb906e739f27931e9798510cd83725131ed55209 (patch) | |
tree | 52b465c5eb2250dec3ed3d5f02b86db79653b838 /MoonParser/parserlib.hpp | |
parent | 975c3c7dfa032229272c3b225de1127f1605e2d2 (diff) | |
download | yuescript-cb906e739f27931e9798510cd83725131ed55209.tar.gz yuescript-cb906e739f27931e9798510cd83725131ed55209.tar.bz2 yuescript-cb906e739f27931e9798510cd83725131ed55209.zip |
rewrite parsing codes with parserlib.
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 | ||