Lexer.scanBlockComment

Scans a block comment.

$(BNF BlockComment := "/*" AnyChar* "*/")

class Lexer
void
scanBlockComment
()

Meta