コード例 #1
0
ファイル: LookAheadParser.cs プロジェクト: Myvar/Eclang
 protected LookAheadParser(LookAheadParser other, ParserCloneArgs args)
     : base(other, args)
 {
 }
コード例 #2
0
		protected LookAheadParser(LookAheadParser other, ParserCloneArgs args)
			: base(other, args)
		{
		}