Commit 6a8740f1 authored by Mouadh Kaabachi's avatar Mouadh Kaabachi Committed by mouadh

change function name

parent 7186416d
......@@ -418,7 +418,7 @@ class MdxParserGen(Parser):
class UnknownSemantics(object):
def MDX_statement(self, ast):
def mdx_statement(self, ast):
return ast
def select_statement(self, ast):
......
......@@ -3,7 +3,7 @@
(* The generation of mdx_parser.py is as easy as: /path/to/grako bnf_mdx.ebnf -o mdx_parser.py *)
MDX_statement =
mdx_statement =
select_statement;
select_statement::SelectStatement = name:'SELECT' [axis_specification_columns:axis_specification]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment