2 Open Issues Need Help Last updated: Dec 18, 2025

Open Issues Need Help

View All on GitHub
Software Development Application Development

AI Summary: This issue proposes refactoring the `BasicInterpreter` constructor to reduce its 9 parameters to 3 by introducing a dual-context pattern. This involves creating `IBasicRuntimeContext` for BASIC-specific state and `ISystemContext` for system-level services, making the constructor more manageable and preparing for future emulator evolution.

Complexity: 2/5
enhancement good first issue refactor

.NET Applesoft Basic Interpreter

C#
Software Development Application Development

AI Summary: This feature request is to migrate the repository's solution file from the older `.sln` format to the newer `.slnx` format. The goal is to leverage modern tooling and features, ensuring all project configurations are preserved and documentation is updated accordingly.

Complexity: 2/5
enhancement good first issue refactor

.NET Applesoft Basic Interpreter

C#