Skip to content
Snippets Groups Projects
Commit ba73e5ec authored by w328li's avatar w328li
Browse files

complete grammar rules before building parse tree

parent 71c7f977
No related branches found
No related tags found
1 merge request!5Dev Merge into Master
......@@ -80,6 +80,7 @@ Body
printf("Body 2\n");
$$ = create_eval_operator($4, $2);
}
| Body NJOIN Body
;
TableList
......@@ -209,7 +210,7 @@ BasicPred
Term
: Constant
| TableList
| Col
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment