Ignore:
Timestamp:
Feb 2, 2017, 11:35:09 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Improved parsin and prepared analyzed source execution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/interpreter/project3.lpr

    r96 r97  
    99  ProgramCode: TProgramCode;
    1010begin
     11  WriteLn('Parsing started');
    1112  ParseProgram(@ProgramCode);
     13  WriteLn('Parsing finished');
     14
     15  WriteLn('Execution started');
    1216  ExecuteProgram(@ProgramCode);
     17  WriteLn('Execution finished');
    1318end.
    1419
Note: See TracChangeset for help on using the changeset viewer.