Ignore:
Timestamp:
Nov 8, 2010, 10:06:37 AM (14 years ago)
Author:
george
Message:
  • Parser renamed to Analyzer.
  • Modified: Specialized parsers and analyzers separated from compiler for purpose of creating custom parsers and analyzers. Units UParsers and UAnalyzers determine which classes will be really used.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/TranspascalCompiler.pas

    r2 r12  
    99uses
    1010    UCompiler, USourceCode, UProducerTreeView, UProducer, UProducerAsm8051,
    11   UProducerDynamicC, UProducerPascal, UParser, UPascalParser, UGrammer,
    12   UProducerGCCC, LazarusPackageIntf;
     11  UProducerDynamicC, UProducerPascal, UAnalyzer, UAnalyzerPascal,
     12  UProducerGCCC, UAnalyzers, UProducers, LazarusPackageIntf;
    1313
    1414implementation
Note: See TracChangeset for help on using the changeset viewer.