namespace Lexer { public enum TriviaType { Whitespace, NewLine, Comment } }