![]() |
nsbaci 1.0
|
| source | |
| controller | |
| controller.cpp | Implementation of the Controller class for nsbaci |
| controller.h | Controller class declaration for nsbaci |
| errors | |
| error | |
| error.h | Error class declaration for nsbaci |
| uiError | |
| uiError.cpp | Implementation of UIError utilities |
| uiError.h | UI Error type definitions for nsbaci |
| serviceFactories | |
| compilerServiceFactory | |
| compilerServiceFactory.cpp | Implementation unit for the CompilerServiceFactory |
| compilerServiceFactory.h | CompilerServiceFactory class declaration for nsbaci |
| drawingServiceFactory | |
| drawingServiceFactory.cpp | Implementation unit for the DrawingServiceFactory |
| drawingServiceFactory.h | DrawingServiceFactory class declaration for nsbaci |
| fileServiceFactory | |
| fileServiceFactory.cpp | Implementation unit for the FileServiceFactory |
| fileServiceFactory.h | FileServiceFactory class declaration for nsbaci |
| runtimeServiceFactory | |
| runtimeServiceFactory.cpp | Implementation unit for the RuntimeServiceFactory |
| runtimeServiceFactory.h | RuntimeServiceFactory class declaration for nsbaci |
| serviceFactories.h | Aggregate header for all service factories |
| services | |
| baseResult | |
| baseResult.h | Base result class declaration for nsbaci services |
| compilerService | |
| compiler | |
| instruction | |
| instruction.cpp | Instruction implementation for nsbaci compiler |
| instruction.h | Instruction definitions for nsbaci compiler |
| nsbaci | |
| tools | |
| main.cpp | CLI tool for testing the nsbaci compiler |
| lexer.h | Lexer class declaration for nsbaci compiler |
| nsbaciCompiler.cpp | NsbaciCompiler class implementation for nsbaci |
| nsbaciCompiler.h | NsbaciCompiler class declaration for nsbaci |
| compiler.h | Abstract Compiler class declaration for nsbaci |
| compilerService.cpp | Implementation of the CompilerService class for nsbaci |
| compilerService.h | CompilerService class declaration for nsbaci |
| drawingService | |
| drawingService.cpp | DrawingService class implementation for nsbaci |
| drawingService.h | DrawingService class declaration for nsbaci |
| fileService | |
| fileService.cpp | Implementation of the FileService class for nsbaci |
| fileService.h | FileService class declaration for nsbaci |
| runtimeService | |
| interpreter | |
| nsbaci | |
| nsbaciInterpreter.cpp | NsbaciInterpreter class implementation for nsbaci runtime service |
| nsbaciInterpreter.h | NsbaciInterpreter class declaration for nsbaci runtime service |
| interpreter.h | Interpreter class declaration for nsbaci runtime service |
| program | |
| program.cpp | Program class implementation for nsbaci runtime service |
| program.h | Program class declaration for nsbaci runtime service |
| scheduler | |
| nsbaci | |
| nsbaciScheduler.cpp | NsbaciScheduler class implementation for nsbaci runtime service |
| nsbaciScheduler.h | NsbaciScheduler class declaration for nsbaci runtime service |
| scheduler.h | Scheduler class declaration for nsbaci runtime service |
| semaphore | |
| semaphore.h | Semaphore implementation for process synchronization |
| thread | |
| thread.cpp | Thread class implementation for nsbaci runtime service |
| thread.h | Thread class declaration for nsbaci runtime service |
| runtimeService.cpp | Implementation unit for the RuntimeService |
| runtimeService.h | RuntimeService class declaration for nsbaci |
| types | |
| compilerTypes.h | Type definitions for compiler-related operations |
| drawingTypes.h | Type definitions for drawing-related operations |
| errorTypes.h | Type definitions for error-related structures |
| fileTypes.h | Type definitions for file-related operations |
| runtimeTypes.h | Type definitions for runtime-related operations |
| ui | |
| drawingWidget | |
| drawingWidget.cpp | DrawingWidget class implementation for nsbaci |
| drawingWidget.h | DrawingWidget class declaration for nsbaci |
| errorDialogFactory | |
| errorDialogFactory.cpp | Implementation of ErrorDialogFactory |
| errorDialogFactory.h | Factory for creating error dialogs from UIError objects |
| mainwindow | |
| codeeditor.cpp | Implementation of the CodeEditor class with line numbers |
| codeeditor.h | CodeEditor class with line numbers for nsbaci |
| mainwindow.cpp | Implementation of the MainWindow class |
| mainwindow.h | Main window class declaration for nsbaci |
| runtimeView | |
| runtimeView.cpp | Implementation of the RuntimeView widget |
| runtimeView.h | RuntimeView widget declaration for nsbaci |
| main.cpp | Application entry point for nsbaci |