Commit History

Author SHA1 Message Date
  Ginger Bill ad84314143 Update README.md 8 years ago
  Ginger Bill a6f8c9d6e0 v0.0.4 - `odin build_dll`, atomic.odin, sync.odin 8 years ago
  Ginger Bill de9016b7d0 Fix DllMain and only call main on DLL_PROCESS_ATTACH 8 years ago
  Ginger Bill e8b4228833 Fix procedure casting; SUBSYSTEM to CONSOLE in linker 8 years ago
  Ginger Bill 0d69dfcde6 Custom entry points on Windows (DllMain; WinMain) 8 years ago
  Ginger Bill fa89d2775a `build_dll`; Require an entry point procedure `main` 8 years ago
  Ginger Bill 60b6538a7a Set :: as a single token 8 years ago
  Ginger Bill d9bd770992 Fix enumeration constant expressions; Remove empty file error 8 years ago
  Ginger Bill 517b34f798 Improve parsing with semicolon insertion 8 years ago
  Ginger Bill a16bdb215a Go/BCPL style semicolon insertion during tokenizing stage 8 years ago
  Ginger Bill 88aa74bbb9 Remove multiple messages for cyclic type errors. 8 years ago
  Ginger Bill 8ec9811d7a Fix (Crude) cyclic type checking for arrays and vectors 8 years ago
  Ginger Bill c71b547cde (Crude) Cyclic Type Checking 8 years ago
  Ginger Bill 76e724718c Fix preload initialization ordering 8 years ago
  Ginger Bill 0b87313f08 Change entity collection strategy 8 years ago
  Ginger Bill 4bb45700a5 Semicolons are required; `when` condition for certain file scope declarations; #import syntax change 8 years ago
  Ginger Bill be8b9bda2f Delay importing entities till all other entities are collected 8 years ago
  Ginger Bill ab2ca7cf59 Fix illegal type declaration error 8 years ago
  Ginger Bill b76c8abe73 error_node 8 years ago
  Ginger Bill d9c686b53d `when` statement; Better entity collection system (for both local and global); Better parsing for record declarations 8 years ago
  Ginger Bill b232b9d5ea Basic `when` statement - Compile time if statement 8 years ago
  Ginger Bill 348bcc3f9a Update version string 8 years ago
  Ginger Bill 4dd8552c32 Fix slicing and add clamp 8 years ago
  Ginger Bill 492490f7f6 Update demo.odin 8 years ago
  Ginger Bill 598dab5bc4 #rune "" to ''; Remove infix and postfix call notation 8 years ago
  Ginger Bill cbb70c7873 Fix parsing for comments; add global ODIN_* string constants 8 years ago
  Ginger Bill 5aa0ef54c8 Add logo to README.md 8 years ago
  Ginger Bill 7792f009b8 Numpty forgot to add .c files 8 years ago
  Ginger Bill 4110324588 Update README.md 8 years ago
  Ginger Bill 34ee89cfab Update README.md and roadmap.md 8 years ago