コード例 #1
0
ファイル: RDParser.cs プロジェクト: amandowski/Ada-Compiler
 public RDParser(Lexical Lex)
 {
     myLex = Lex;
 }