Context Free Grammar definition seems to be incomplete
------------------------------------------------------
Key: QPID-2850
URL: https://issues.apache.org/jira/browse/QPID-2850
Project: Qpid
Issue Type: Bug
Components: Documentation
Affects Versions: 0.7
Reporter: William Henry
Fix For: 0.7
The BNF for the addressing does not define several nonterminals:
<declare-overrides>
<binding_1>
<binding_n>
<subscribe-overrides>
<link-name>
And it's not always clear what is a terminal and a nonterminal. Is the grammar
consistently using <> for nonterminals? And tokens are defined but don't seem
to be used e.g. in
subject := ( part | quoted | "/" )*
Should "/" be defined as SLASH?
subject := ( part | quoted | SLASH )*
subject := ( part | quoted | <SLASH>)*
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]