namespace DynamicExpresso.Parsing { internal struct Token { public TokenId id; public string text; public int pos; } }