webql/compiler/lexer/lex_comment
Copy MarkdownValues
lex
pub fn lex(
bytes: BitArray,
start: Int,
size: Int,
) -> #(token.Token, BitArray)Lexes single line comments beginning with '#'.
pub fn lex(
bytes: BitArray,
start: Int,
size: Int,
) -> #(token.Token, BitArray)Lexes single line comments beginning with '#'.