Ignore:
Timestamp:
Jun 22, 2023, 12:17:46 AM (17 months ago)
Author:
chronos
Message:
  • Modified: Project renamed to xpascal.
Location:
branches/interpreter2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/interpreter2

    • Property svn:ignore
      •  

        old new  
        11lib
        2 interpreter
        3 interpreter.lps
        4 interpreter.res
         2xpascal
         3xpascal.lps
         4xpascal.res
        55heaptrclog.trc
        66Generated
  • branches/interpreter2/Parser.pas

    r224 r225  
    231231destructor TParser.Destroy;
    232232begin
    233   Tokenizer.Free;
     233  FreeAndNil(Tokenizer);
    234234  inherited;
    235235end;
Note: See TracChangeset for help on using the changeset viewer.