TO DO - Uize.Parse.Code.PoundComment
This is a TO DO document for the Uize.Parse.Code.PoundComment
module.
1. Factor Out Common Single Line Comment Parser Code
This parser class shares lots of similarities with the Uize.Parse.Code.CStyleSingleLineComment
parser class.
Therefore, the appropriate code should be factored out into a common base class that can be used for various single line comment type parsers, with the following configurable / overridable features...
comment start character (or character sequence) |