Ignore:
Timestamp:
Nov 5, 2010, 9:36:20 AM (13 years ago)
Author:
george
Message:
  • Fixed: Variable and constant expression.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/USourceCode.pas

    r4 r5  
    1414  TModuleType = (mdProgram, mdUnit, mdLibrary, mdPackage);
    1515
    16   TNodeType = (ntNone, ntVariable, ntFunction, ntConstant, ntOperator);
     16  TNodeType = (ntNone, ntVariable, ntFunction, ntConstant, ntOperator,
     17    ntValue);
    1718
    1819  TTypeVisibility = (tvPublic, tvPublished, tvPrivate, tvProtected);
     
    333334    SubItems: TListExpression;
    334335    Associated: Boolean;
     336    Braces: Boolean;
    335337    constructor Create;
    336338    destructor Destroy; override;
Note: See TracChangeset for help on using the changeset viewer.