README: nac3ld -> nac3binutils

This commit is contained in:
2026-02-01 05:12:04 +08:00
committed by sb10q
parent c3e2ce5576
commit 44f06a88f5

View File

@@ -52,7 +52,7 @@ This repository contains:
- ``nac3parser``: Python parser (based on RustPython).
- ``nac3core``: Core compiler library, containing type-checking and code generation.
- ``nac3standalone``: Standalone compiler tool (core language only).
- ``nac3ld``: Minimalist RISC-V and ARM linker.
- ``nac3binutils``: Contains binary tools (linker, symbolizer, etc.)
- ``nac3artiq``: Integration with ARTIQ and implementation of ARTIQ-specific extensions to the core language.
- ``runkernel``: Simple program that runs compiled ARTIQ kernels on the host and displays RTIO operations. Useful for testing without hardware.