Namespace Hi.NcParsers.ParsingSyntaxs.CommentSyntaxs
Classes
- QuoteCommentSyntax
Parses parenthesized comments such as
(comment text)from the remaining unparsed text and emits a Comment section with the()symbol.
- TailCommentSyntax
In-situ syntax that strips a trailing comment from the NC line: text from a configured TailSymbol to end-of-line is moved into Comment on the block JSON.