| [#388] | project: specification | priority: low | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Philippe | Martin | fixed | 2004-12-13 19:25:34.0 | |
| subject | Lexical syntax in chapter 1 and chapter A do not match | |||
| code | ||||
| what happened | The lexical syntax in chapter 1 and chapter A do not match. The productions |
|||
| what expected | The two syntax should match. Furthermore, in chapter 1, as letter contains the character _ the production idrest could be simplified from this
idrest ::= {letter | digit} [ `_' op | `_' idrest ]
into that
idrest ::= {letter | digit} [ `_' op ]
|
|||
| [back to overview] | ||||
| Martin edited on 2006-07-12 12:28:30.0 |
| There's still no XML in appendix A, but that's OK I think. |