Beispiel #1
0
 void LValue(out LValue lv)
 {
     lv = null;
     Expect(1);
     lv = new VariableLValue(GetPragma(t), GetVariable(t.val)); SetEndPragma(lv);
 }
Beispiel #2
0
 void LValue(out LValue lv)
 {
     lv = null;
     Expect(1);
     lv = new VariableLValue(GetPragma(t), GetVariable(t.val)); SetEndPragma(lv);
 }