Skip to content

Commit

Permalink
Add namespace to function names
Browse files Browse the repository at this point in the history
  • Loading branch information
hvub committed Oct 29, 2018
1 parent e0bba0e commit cefaa6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion grammar/basic-grammar.xml
Expand Up @@ -379,7 +379,10 @@

<production name="FunctionName" rr:inline="true">
<alt>
<non-terminal ref="SymbolicName" rr:title="function name"/>
<seq>
<non-terminal ref="Namespace" rr:title="function namespace"/>
<non-terminal ref="SymbolicName" rr:title="function name"/>
</seq>
EXISTS
</alt>
</production>
Expand Down

0 comments on commit cefaa6f

Please sign in to comment.