Exemple #1
0
 public SpecialStatement(Ast.SpecialType instruction, Token[] arguments)
     : base(arguments)
 {
     Instruction = instruction;
 }
Exemple #2
0
 public SpecialToken(Ast.SpecialType value)
 {
     Value = value;
 }