コード例 #1
0
ファイル: SecondPass.cs プロジェクト: goric/cflat
 public override void VisitTypeChar(ASTTypeChar n)
 {
     n.Type = _lastSeenType = new TypeChar();
 }
コード例 #2
0
ファイル: ThirdPass.cs プロジェクト: goric/cflat
 public override void VisitChar(ASTChar n)
 {
     n.CFlatType = _lastSeenType = new TypeChar();
 }