Remove tmp_allocator from Checker

This commit is contained in:
gingerBill
2018-05-28 14:15:08 +01:00
parent b7858a66b9
commit 45b3067068
11 changed files with 212 additions and 314 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ The Odin programming language is fast, concise, readable, pragmatic and open sou
Website: [https://odin.handmade.network/](https://odin.handmade.network/)
```go
import "core:fmt.odin"
package main
import "core:fmt"
main :: proc() {
program := "+ + * 😃 - /";