Logo

14.1.1 Starting small with parsing names

User Contributed Notes

andrei (3 June 2013, 11:04 am)

In the ELEMENTNAME grammar ( "." letter ( letter | digit ) * ) is not optional.

However in the parser elementName it's optional

tudor (15 March 2012, 10:51 pm)

Thanks. Indeed, the issue was that I forgot the trailing 1 in the string :). I fixed it now.

bjorn.eiderback (13 March 2012, 10:25 pm)

In VisualWorks I got

elementName matches: 'InvalidName.' "-->true" !

Add a Note