An entire line treated as an opaque comment, i.e. ignored in the final output and used solely to provide information to other contributors to the project.
Any number of Unicode characters following the double slashes //, optionally preceded by a valid comment tag.
Notation Conceptual AST Paper Output
//Tแถแต ๐ร๐Comment(๐ร๐, Tแตฅแต, Line)โ
๐ = any sign (Unicode character) โ STOP_SET (cf. Technical Catalogue of Symbols ) otherwise preceded by the escape character \.
๐ = number of characters (represented by char or digits).
Tแถแต = optional comment tag.
Tแตฅแต = validated optional comment tag.
Notation Paper Output
//abc
EpiDoc Outputs
Notation EpiDoc (XML)
//abc
<ab>
</ab>
Structural Analysis (Conceptual AST)
Notation AST
//abc
Comment(Line, None, "abc")