README: mention nac3ld

issue-136
Sebastien Bourdeauducq 2022-06-06 18:13:21 +08:00
parent 892597cda4
commit 73c2aefe4b
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,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.
- ``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.