Fix enum type comparison; Start demo 003 code

This commit is contained in:
Ginger Bill
2016-09-21 23:26:31 +01:00
parent 33bd3f635f
commit 664c2cd7a5
11 changed files with 361 additions and 48 deletions
+7
View File
@@ -2,6 +2,13 @@
Odin in an open source programming language that is simple to read, comprehend and reason with.
## Requirements
* x86-64
* Windows
* MSVC installed
* call `vcvarsall.bat` to setup the path
## Warnings
* This is still highly in development and the language's design is quite volatile.