Source files for the book: "Writing an Interpreter in Object Pascal: Part 1"
You will find a project group in each of the folders. Load the project group not the individual projects when you want to load the code into Delphi.
The various project groups include:
| Group File Name | In Folder |
|---|---|
| 1. RhodusLexicalGroup.groupproj | LexicalAnalysis_Chap3_4_5 |
| 2. SyntaxAnalysisGroup.groupproj | SyntaxAnalysis_Chap6_7 |
| 3. CalculatorGroup.groupproj | Calculator_Chap6 |
| 4. CalculatorChapter8.groupproj | Calculator_Chap8 |
| 5. FullSyntaxAnalysisGroup.groupproj | Recognizer_Chap9 |