diff options
| author | Li Jin <dragon-fly@qq.com> | 2017-07-16 17:05:31 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2017-07-16 17:05:31 +0800 |
| commit | 9e63302e5906d53d9f39f64c549b9aa7e806b669 (patch) | |
| tree | a76f39ed3e6336e13fe58f2387495c8f091639a3 /MoonParser/ast.cpp | |
| parent | cb906e739f27931e9798510cd83725131ed55209 (diff) | |
| download | yuescript-9e63302e5906d53d9f39f64c549b9aa7e806b669.tar.gz yuescript-9e63302e5906d53d9f39f64c549b9aa7e806b669.tar.bz2 yuescript-9e63302e5906d53d9f39f64c549b9aa7e806b669.zip | |
AST generating succeeded.parserlib
Diffstat (limited to 'MoonParser/ast.cpp')
| -rw-r--r-- | MoonParser/ast.cpp | 1 |
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. |
