Lexer public class Lexer : yyInput Documentation Code public static readonly HashSet<int> KeywordTokens public static readonly HashSet<int> OperatorTokens 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 void SkipWhiteSpace() public int token() public object value()