lexer
is the lexical analyser for glex
, a simple tool used for generating
lexer.
For public methods of a class, I usually capitalize the first character of the methods' name, which can be distinguished from private methods, and lowercase character for private methods, likewise.