commentMulti method

Parser commentMulti()

Implementation

Parser commentMulti() => string('/*').starLazy(string('*/')) & string('*/');