aboutsummaryrefslogtreecommitdiff
path: root/MoonParser/ast.cpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2017-07-16 17:05:31 +0800
committerLi Jin <dragon-fly@qq.com>2017-07-16 17:05:31 +0800
commit9e63302e5906d53d9f39f64c549b9aa7e806b669 (patch)
treea76f39ed3e6336e13fe58f2387495c8f091639a3 /MoonParser/ast.cpp
parentcb906e739f27931e9798510cd83725131ed55209 (diff)
downloadyuescript-parserlib.tar.gz
yuescript-parserlib.tar.bz2
yuescript-parserlib.zip
AST generating succeeded.parserlib
Diffstat (limited to 'MoonParser/ast.cpp')
-rw-r--r--MoonParser/ast.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/MoonParser/ast.cpp b/MoonParser/ast.cpp
index 66f6493..916fdd7 100644
--- a/MoonParser/ast.cpp
+++ b/MoonParser/ast.cpp
@@ -51,7 +51,6 @@ void ast_member::_init() {
51/** parses the given input. 51/** parses the given input.
52 @param i input. 52 @param i input.
53 @param g root rule of grammar. 53 @param g root rule of grammar.
54 @param ws whitespace rule.
55 @param el list of errors. 54 @param el list of errors.
56 @param ud user data, passed to the parse procedures. 55 @param ud user data, passed to the parse procedures.
57 @return pointer to ast node created, or null if there was an error. 56 @return pointer to ast node created, or null if there was an error.