Exemplo n.º 1
0
 public Parsing(IReadOnlyList <string> errors)
 {
     Instruction = null;
     Errors      = errors;
 }
Exemplo n.º 2
0
 public Parsing(Instruction.IInstruction instruction)
 {
     Instruction = instruction;
     Errors      = null;
 }