コード例 #1
0
 public Parser(Lexer lexer)
 {
     _lexer        = lexer;
     _tokens       = PreLex().ToArray();
     _currentFrame = ImmutableArray <ParameterReference> .Empty;
 }