Update README with a link to R'

9cb6526b3a1bc4e4acdbef714ea1984dfacaeb4d89340f0121af86e0983be082
Alexis Sellier committed ago 1 parent 326c599d
README +6 -1
3 3
-     -
4 4
 / | \
5 5
6 6
RADIANCE
7 7
8 -
Radiance is a small statically-typed systems language designed for the Radiant
8 +
Radiance is a small statically-typed systems language designed for the Radiant[0]
9 9
computer system (https://radiant.computer). It currently targets RISC-V (RV64).
10 10
11 11
The compiler is self-hosted: written in Radiance, it compiles to RISC-V and
12 12
runs inside a RISC-V emulator on x86-64 platforms.
13 13
14 +
Currently, the Radiance compiler supports most of the R' language. See
15 +
https://radiant.computer/system/radiance/prime/ for more information on R'.
16 +
17 +
[0]: https://radiant.computer
18 +
14 19
REQUIREMENTS
15 20
16 21
  * Linux on x86-64
17 22
  * Make
18 23
  * Radiant's RISC-V Emulator