nes-pascal

Prerequisites and installation

Prerequisites

The compiler has no runtime Python dependencies outside the standard library.

Running from the repository

The compiler can run directly from the repository root. An editable installation is optional:

python -m pip install -e .

Continue with Your first program.