Exemplo n.º 1
0
 protected SingleCharTerminal(SingleCharTerminal other, ParserCloneArgs args)
     : base(other, args)
 {
     this.Character = other.character;
 }
		protected SingleCharTerminal(SingleCharTerminal other, ParserCloneArgs args)
			: base(other, args)
		{
			this.Character = other.character;
		}