Talk:Ada (programming language): Difference between revisions

Content deleted Content added
ClueBot III (talk | contribs)
m Archiving 6 discussions to Talk:Ada (programming language)/Archives/2013. (BOT)
ClueBot III (talk | contribs)
m Archiving 1 discussion to Talk:Ada (programming language)/Archives/2013. (BOT)
Line 3:
{{archives}}
{{User:ClueBot III/ArchiveThis|archiveprefix=Talk:Ada (programming language)/Archives/|format=Y|age=26297|index=yes|archivebox=yes|box-advert=yes}}
 
== Comments ==
 
The statement:
 
:"To the compiler, the double-dash is treated as end-of-line, allowing continued parsing of the language as a context-free grammar."
 
is not really correct; if it were, the text of the comment would be parsed as language text. It would be more accurate to say that the double-dash causes the input parser to discard all characters until the end-of-line.
 
It's also not strictly true that comments can be nested, because the end-of-comment character is the EOL, and enclosing a comment in another does not require two EOLs (as it would if it were truly nested). But the intent is clear and I can't think of a wording that would be clearer.
 
Best wishes [[User:SimonTrew|Si Trew]] ([[User talk:SimonTrew|talk]]) 07:59, 19 September 2013 (UTC)