strager
|
31daf80aea
Fix indentation typo
|
3 years ago |
Jeroen van Rijn
|
48bfce2efc
demo: Fix typo.
|
4 years ago |
Jeroen van Rijn
|
5619b349be
big: Remove `core:fmt` usage + Add a little demo to examples/demo.
|
4 years ago |
gingerBill
|
3bf005bfc5
Remove redundant semicolons from comments
|
4 years ago |
gingerBill
|
72a741554c
Remove unneeded semicolons from demo
|
4 years ago |
gingerBill
|
b810781368
Remove unneeded semicolon from examples/demo and examples/all
|
4 years ago |
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 |