Ignore:
Timestamp:
Nov 8, 2010, 7:06:20 AM (13 years ago)
Author:
george
Message:
  • Added: Support for type value.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/USourceCode.pas

    r7 r8  
    1515
    1616  TNodeType = (ntNone, ntVariable, ntFunction, ntConstant, ntOperator,
    17     ntValue, ntTypecast);
     17    ntValue, ntTypecast, ntType);
    1818
    1919  TTypeVisibility = (tvPublic, tvPublished, tvPrivate, tvProtected);
Note: See TracChangeset for help on using the changeset viewer.