コード例 #1
0
ファイル: Lexer.cs プロジェクト: arlm/CLanguage
 public Lexer(Preprocessor pp)
 {
     _pp = pp;
 }