aboutsummaryrefslogtreecommitdiff
path: root/code/demo.odin
Commit message (Expand)AuthorAgeFilesLines
...
* enum_to_string fix; enum count, min_value, max_valueGinger Bill2016-09-191-17/+23
* enum_to_stringGinger Bill2016-09-191-14/+187
* Better name mangler for SSA generationGinger Bill2016-09-181-9/+14
* VarDecl and ConstDecl split; error, warning, et al. now globalGinger Bill2016-09-171-2/+1
* #import and #loadGinger Bill2016-09-161-14/+1
* Call expression, either handle all or ignore all results.Ginger Bill2016-09-161-6/+18
* ssa - alloca all variables at the very startGinger Bill2016-09-151-9/+11
* #file #line directivesGinger Bill2016-09-151-2/+4
* Fix namespacing issues for #import; allow using ImportNameGinger Bill2016-09-141-3/+5
* #import "" as namespaceGinger Bill2016-09-141-1/+1
* Basic module system (only file namespacing)Ginger Bill2016-09-141-7/+4
* Begin work on modules - No codegen!!!Ginger Bill2016-09-141-1/+4
* Remove len(), cap() and replace with selectors; fix defer in matchGinger Bill2016-09-131-2/+6
* Fix array bounds checkingGinger Bill2016-09-121-5/+2
* Switchable array bounds checkingGinger Bill2016-09-121-0/+9