using TLang.Lexer;
namespace TLang.Parser
{
public class Node
public LexLineInfo LineInfo {get;set;}
}