Overview of IronPython 3 Repository Structure
mainThe repository is organized into the following functional areas:
- IronPython: Contains the core compiler and runtime (
IronPython.dll). - IronPython.Tests: Targeted compiler and runtime unit tests executed via a C# test harness.
- Public: Contains miscellaneous documentation and tutorials.
- Samples: Demonstrations of specific features, such as a comment checker and voice capabilities.
- Scripts: Infrastructure scripts and helper utilities.
- StdLib: Python standard library imports.
- Tests: General test suites.