Historial de Commits

Autor SHA1 Mensaje Fecha
  Ginger Bill f5eeecaca5 Begin generic declarations for lists of specifications hace 8 años
  Ginger Bill 77e219d442 Change var decl syntax hace 8 años
  Ginger Bill 4c10fbdcd4 Change record field syntax hace 8 años
  Ginger Bill e370337f97 var/const decl; remove `:` from parameter lists hace 8 años
  Ginger Bill 5217eb55b4 Change of `proc` and `type` declaration syntax to "prefix" style hace 8 años
  Ginger Bill 062a2c63e1 Very minor style changes hace 8 años
  Ginger Bill b957365b0d Merge branch 'master' of https://github.com/gingerBill/Odin hace 8 años
  Ginger Bill 625b98eac4 Fix issue with printing invalid IR for nested unions hace 8 años
  Ginger Bill 0f809989e3 Fix issue with printing invalid IR for nested unions hace 8 años
  Ginger Bill d4457e9fa4 Minor changes hace 8 años
  Ginger Bill 9634b28b07 Add atomic.odin, sync.odin, sys/windows.odin hace 8 años
  Ginger Bill f567983260 Semicolons mandatory again (and probably forever now...) hace 8 años
  Ginger Bill ad84314143 Update README.md hace 8 años
  Ginger Bill a6f8c9d6e0 v0.0.4 - `odin build_dll`, atomic.odin, sync.odin hace 8 años
  Ginger Bill de9016b7d0 Fix DllMain and only call main on DLL_PROCESS_ATTACH hace 8 años
  Ginger Bill e8b4228833 Fix procedure casting; SUBSYSTEM to CONSOLE in linker hace 8 años
  Ginger Bill 0d69dfcde6 Custom entry points on Windows (DllMain; WinMain) hace 8 años
  Ginger Bill fa89d2775a `build_dll`; Require an entry point procedure `main` hace 8 años
  Ginger Bill 60b6538a7a Set :: as a single token hace 8 años
  Ginger Bill d9bd770992 Fix enumeration constant expressions; Remove empty file error hace 8 años
  Ginger Bill 517b34f798 Improve parsing with semicolon insertion hace 8 años
  Ginger Bill a16bdb215a Go/BCPL style semicolon insertion during tokenizing stage hace 8 años
  Ginger Bill 88aa74bbb9 Remove multiple messages for cyclic type errors. hace 8 años
  Ginger Bill 8ec9811d7a Fix (Crude) cyclic type checking for arrays and vectors hace 8 años
  Ginger Bill c71b547cde (Crude) Cyclic Type Checking hace 8 años
  Ginger Bill 76e724718c Fix preload initialization ordering hace 8 años
  Ginger Bill 0b87313f08 Change entity collection strategy hace 8 años
  Ginger Bill 4bb45700a5 Semicolons are required; `when` condition for certain file scope declarations; #import syntax change hace 8 años
  Ginger Bill be8b9bda2f Delay importing entities till all other entities are collected hace 8 años
  Ginger Bill ab2ca7cf59 Fix illegal type declaration error hace 8 años