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