Removing heap allocations, Porting to Unix

This commit is contained in:
Krzosa Karol
2022-10-09 10:34:23 +02:00
parent aa2b4d90e4
commit b22e1ac0db
13 changed files with 260 additions and 269 deletions

View File

@@ -6,9 +6,7 @@ The language is currently **very debuggable**. It can produce readable C code wi
## Using Windows API example
* More examples can be found in /examples and /modules, especially checkout:
* examples/raymarcher.core
* examples/drawing_to_screen_using_windows_api.core
More examples can be found in /examples and /modules:
``` odin
#import "KERNEL32.core"