Completed basic support for Windows

This commit is contained in:
Eduard Urbach 2025-02-09 16:31:16 +01:00
parent 01ea543995
commit c69f1aab5c
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -17,9 +17,9 @@
- [x] Hexadecimal, octal and binary literals
- [x] Escape sequences
- [x] Multiple return values
- [ ] Type system
- [x] Data structures
- [x] Type system
- [ ] Type operator `?`
- [ ] Data structures
- [ ] Slices
- [ ] Floating-point arithmetic
- [ ] Error handling
@ -77,4 +77,4 @@
- [x] Linux
- [x] Mac
- [ ] Windows
- [x] Windows