gingerBill
|
83be954efd
Minor spelling change
|
3 years ago |
gingerBill
|
1980f32bd6
Correct demo.odin
|
3 years ago |
gingerBill
|
9ab71ca0da
Add `ODIN_NO_CRT` global constant
|
3 years ago |
gingerBill
|
e2e9b5d3b0
Remove comments
|
3 years ago |
gingerBill
|
b01e0fbbc2
Correct typo in soa data type debug information generation
|
3 years ago |
Jeroen van Rijn
|
2a0311797c
Don't run demo's `soa_struct` when under -debug.
|
3 years ago |
gingerBill
|
70793236ab
Support `llvm_vector_reduce_add` if the LLVM intrinsic is not supported
|
3 years ago |
gingerBill
|
0a1ef1e59d
Improve comment
|
3 years ago |
gingerBill
|
5b7f273165
Add `matrix_type` to demo.odin
|
3 years ago |
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 |