[
https://issues.apache.org/jira/browse/QPID-2850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Ross reassigned QPID-2850:
---------------------------------
Assignee: Justin Ross
> 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: C++ Documentation
> Affects Versions: 0.7
> Reporter: William Henry
> Assignee: Justin Ross
>
> In the document Programming With Apache Qpid.
> 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 was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]