From 5fd38282b6e6fb1d8d802d8c6cd669aa45b3601a Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 5 Jul 2025 11:48:59 +0200 Subject: [PATCH] Updated documentation --- docs/readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/readme.md b/docs/readme.md index dc56d25..226b622 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -2,6 +2,15 @@ A programming language that quickly compiles to machine code. +## Platforms + +| CPU | Linux | Mac | Windows | +| ------ | ----- | --- | ------- | +| arm64 | ✅ | ❔ | ❔ | +| x86-64 | ✅ | ✅ | ✅ | + +Those marked with a ❔ are theoretically supported but there are no developer machines to test them. + ## License Please see the [license documentation](https://urbach.dev/license).