Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
olapy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
olapy
Commits
6a8740f1
Commit
6a8740f1
authored
May 03, 2017
by
Mouadh Kaabachi
Committed by
mouadh
May 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change function name
parent
7186416d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
olapy/core/mdx/parser/gen_parser/mdxparser.py
olapy/core/mdx/parser/gen_parser/mdxparser.py
+1
-1
olapy/core/mdx/parser/grammar/ebnf_mdx.ebnf
olapy/core/mdx/parser/grammar/ebnf_mdx.ebnf
+1
-1
No files found.
olapy/core/mdx/parser/gen_parser/mdxparser.py
View file @
6a8740f1
...
...
@@ -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
):
...
...
olapy/core/mdx/parser/grammar/ebnf_mdx.ebnf
View file @
6a8740f1
...
...
@@ -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]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment