Updated documentation
All checks were successful
/ test (push) Successful in 15s

This commit is contained in:
Eduard Urbach 2025-07-05 11:48:59 +02:00
parent 6d15ff3a35
commit 5fd38282b6
Signed by: akyoto
GPG key ID: 49226B848C78F6C8

View file

@ -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).