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] Hexadecimal, octal and binary literals
- [x] Escape sequences - [x] Escape sequences
- [x] Multiple return values - [x] Multiple return values
- [ ] Type system - [x] Data structures
- [x] Type system
- [ ] Type operator `?` - [ ] Type operator `?`
- [ ] Data structures
- [ ] Slices - [ ] Slices
- [ ] Floating-point arithmetic - [ ] Floating-point arithmetic
- [ ] Error handling - [ ] Error handling
@ -77,4 +77,4 @@
- [x] Linux - [x] Linux
- [x] Mac - [x] Mac
- [ ] Windows - [x] Windows