Ignore:
Timestamp:
Oct 22, 2010, 3:39:58 PM (14 years ago)
Author:
george
Message:
  • Modified: Better parse righ assignment side with expression.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Compiler/USourceCode.pas

    r78 r80  
    250250    NodeType: TNodeType;
    251251    Variable: TVariable;
    252     Method: TFunction;
     252    Constant: TConstant;
     253    FunctionCall: TFunction;
    253254    Value: TValue;
    254255    OperatorName: string;
     
    583584  CommonBlock := Source.CommonBlock;
    584585  NodeType := Source.NodeType;
    585   Method := Source.Method;
     586  FunctionCall := Source.FunctionCall;
    586587  Value := Source.Value;
    587588  Associated := Source.Associated;
Note: See TracChangeset for help on using the changeset viewer.