Commit History

Author SHA1 Message Date
  gingerBill 01a888fced Update import path 4 years ago
  gingerBill e023b96737 Remove json import from demo 4 years ago
  gingerBill 0996cc82a7 Keep -vet happy 4 years ago
  gingerBill 3e2788afdc Add extra example to `or_return_operator` 4 years ago
  gingerBill 1a7f508dd9 Improve comment 4 years ago
  gingerBill dc8cfcf92a Fix typos and improve clarity of `or_return_operator` 4 years ago
  gingerBill ac08d37ca0 Add `or_return_operator` to examples/demo 4 years ago
  gingerBill 21cbac755e Make `or_else` and `or_return` operators (binary and suffix respectively) 4 years ago
  gingerBill 193fd0eecb Correct and improve type inference for swizzling expressions 4 years ago
  gingerBill cdd0061869 Prefer `..=` over `..` 4 years ago
  gingerBill 0d257c61cd Disallow `using` on an enum declaration. 4 years ago
  gingerBill b352b42afc Remove old comment 4 years ago
  gingerBill 3b9ca8535f Fix comments 4 years ago
  gingerBill a98eee145d Remove `try`; Replace `try x else y` with `or_else(x, y)` 4 years ago
  gingerBill 4b831dbddd Try `try` and `or_else` built-in procedures with operators `try` and `try else` 4 years ago
  gingerBill e8f2c5a48a [Experimental] Add 'try' and `or_else' built-in procedures 4 years ago
  gingerBill 3e7aabe6d8 Change uses for parapoly records to use `$` always 4 years ago
  gingerBill 4d580ed693 Keep -vet happy 4 years ago
  gingerBill 10b798456c Add `soa_zip` and `soa_unzip` to demo.odin 4 years ago
  gingerBill b8a35c658c Remove incl/excl usage from demo 4 years ago
  gingerBill 184c686c7e Add clang-11 for Linux; blank out threading_example on darwin 4 years ago
  gingerBill a1693c0184 Deprecate `inline for` in favour of `#unroll for` 4 years ago
  gingerBill 28ed310f31 Remove `"pure"` and `"pure_none"` calling conventions 4 years ago
  Héctor M. Monacci 968aa2f688 Fix some typos 4 years ago
  gingerBill fc4fdd588e Remove usage of `do` in core library 4 years ago
  nakst c92860e142 update essence platform 5 years ago
  gingerBill b3c51a8b44 Add `thread.run*` shorthand procedures; `Thread.init_context` use new `Maybe` concept 5 years ago
  gingerBill 9635ea8706 Revert demo.odin 5 years ago
  gingerBill b79e1b6b5c Cleanup `package encoding/json` 5 years ago
  gingerBill f85f3dce12 Revert demo.odin 5 years ago