Lexer public class Lexer : yyInput Documentation Code public Func<string, bool> IsTypedef { get; set; } public Report Report { get; } public Lexer(Preprocessor pp) public Lexer(string name, string code, Report report = null) public bool advance() public int token() public object value()