Changeset 80 for branches/Transpascal/Compiler/Produce/UProducerPascal.pas
- Timestamp:
- Oct 22, 2010, 3:39:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Compiler/Produce/UProducerPascal.pas
r77 r80 312 312 ntConstant: Result := Expression.Value; 313 313 ntVariable: Result := Expression.Variable.Name; 314 ntFunction: Result := Expression. Method.Name;314 ntFunction: Result := Expression.FunctionCall.Name; 315 315 ntOperator: begin 316 316 Result := GenerateExpression(TExpression(Expression.SubItems.First))
Note:
See TracChangeset
for help on using the changeset viewer.