Update readme todo

This commit is contained in:
Krzosa Karol
2022-10-09 12:26:05 +02:00
parent ee6f8114ee
commit faec89beae
5 changed files with 11 additions and 11 deletions

View File

@@ -120,14 +120,14 @@ Dot :: (a: Vec3, b: Vec3): F32 ;; return a.x*b.x + a.y*b.y + a.z*b.z
- [x] Conditional compilation, you can include files based on a pattern:
- [x] "$os_multimedia.core" expands to "win32_multimedia.core" or "unix_multimedia.core" depending on the platform.
- [ ] Platforms
- [x] Platforms
- [x] Conditional compilation
- [x] Windows
- [ ] Unix
- [ ] Paths
- [ ] Reading files
- [ ] Listing files
- [ ] Virtual memory
- [x] Linux (Only tested on ubuntu)
- [x] Paths
- [x] Reading files
- [x] Listing files
- [x] Virtual memory
- [ ] Language constructs
- [x] Standard constructs like if, for loop etc.