gingerBill
|
01a888fced
|
Update import path
|
2021-08-21 14:09:48 +01:00 |
|
gingerBill
|
e023b96737
|
Remove json import from demo
|
2021-08-18 22:33:18 +01:00 |
|
gingerBill
|
0996cc82a7
|
Keep -vet happy
|
2021-08-15 23:17:12 +01:00 |
|
gingerBill
|
3e2788afdc
|
Add extra example to or_return_operator
|
2021-08-15 18:51:20 +01:00 |
|
gingerBill
|
1a7f508dd9
|
Improve comment
|
2021-08-15 18:44:50 +01:00 |
|
gingerBill
|
dc8cfcf92a
|
Fix typos and improve clarity of or_return_operator
|
2021-08-15 18:36:34 +01:00 |
|
gingerBill
|
ac08d37ca0
|
Add or_return_operator to examples/demo
|
2021-08-15 18:29:49 +01:00 |
|
gingerBill
|
21cbac755e
|
Make or_else and or_return operators (binary and suffix respectively)
|
2021-08-15 17:14:35 +01:00 |
|
gingerBill
|
193fd0eecb
|
Correct and improve type inference for swizzling expressions
|
2021-08-09 20:13:58 +01:00 |
|
gingerBill
|
cdd0061869
|
Prefer ..= over ..
|
2021-08-08 12:45:27 +01:00 |
|
gingerBill
|
0d257c61cd
|
Disallow using on an enum declaration.
|
2021-08-05 17:46:42 +01:00 |
|
gingerBill
|
b352b42afc
|
Remove old comment
|
2021-08-03 16:31:50 +01:00 |
|
gingerBill
|
3b9ca8535f
|
Fix comments
|
2021-07-05 16:26:11 +01:00 |
|
gingerBill
|
a98eee145d
|
Remove try; Replace try x else y with or_else(x, y)
|
2021-07-05 16:23:13 +01:00 |
|
gingerBill
|
4b831dbddd
|
Try try and or_else built-in procedures with operators try and try else
|
2021-07-04 12:37:21 +01:00 |
|
gingerBill
|
e8f2c5a48a
|
[Experimental] Add 'try' and `or_else' built-in procedures
|
2021-07-04 01:38:43 +01:00 |
|
gingerBill
|
3e7aabe6d8
|
Change uses for parapoly records to use $ always
|
2021-06-14 11:43:35 +01:00 |
|
gingerBill
|
4d580ed693
|
Keep -vet happy
|
2021-05-19 14:26:20 +01:00 |
|
gingerBill
|
10b798456c
|
Add soa_zip and soa_unzip to demo.odin
|
2021-05-19 10:55:56 +01:00 |
|
gingerBill
|
b8a35c658c
|
Remove incl/excl usage from demo
|
2021-05-13 12:06:35 +01:00 |
|
gingerBill
|
184c686c7e
|
Add clang-11 for Linux; blank out threading_example on darwin
|
2021-04-24 21:13:40 +01:00 |
|
gingerBill
|
a1693c0184
|
Deprecate inline for in favour of #unroll for
|
2021-02-23 14:45:15 +00:00 |
|
gingerBill
|
28ed310f31
|
Remove "pure" and "pure_none" calling conventions
|
2021-02-23 13:10:23 +00:00 |
|
Héctor M. Monacci
|
968aa2f688
|
Fix some typos
Fix some typos
|
2020-11-03 10:51:56 -03:00 |
|
gingerBill
|
fc4fdd588e
|
Remove usage of do in core library
|
2020-09-23 17:17:14 +01:00 |
|
nakst
|
c92860e142
|
update essence platform
|
2020-09-15 23:22:19 +01:00 |
|
gingerBill
|
b3c51a8b44
|
Add thread.run* shorthand procedures; Thread.init_context use new Maybe concept
|
2020-06-22 13:28:37 +01:00 |
|
gingerBill
|
9635ea8706
|
Revert demo.odin
|
2020-06-16 16:08:51 +01:00 |
|
gingerBill
|
b79e1b6b5c
|
Cleanup package encoding/json
|
2020-06-16 16:05:15 +01:00 |
|
gingerBill
|
f85f3dce12
|
Revert demo.odin
|
2020-06-16 12:55:09 +01:00 |
|
gingerBill
|
5edb1e8a28
|
Add hash.djb2 hash.jenkins; Add container.Bloom_Filter; Add container.Ring
|
2020-06-16 12:53:57 +01:00 |
|
gingerBill
|
99e6eba20f
|
Revert demo.odin
|
2020-05-23 13:57:45 +01:00 |
|
gingerBill
|
7d11ee605c
|
Add sort.binary_search (uses interpolation sort for ordered numeric types)
|
2020-05-23 13:57:24 +01:00 |
|
gingerBill
|
aa029fe8d9
|
Add "pure" procedure types
|
2020-05-23 13:38:06 +01:00 |
|
gingerBill
|
fd6e2ed5de
|
Revert demo.odin
|
2020-05-22 14:56:32 +01:00 |
|
gingerBill
|
7bd1039a49
|
Selector Call Expressions: x->y(123) == x.y(x, 123)
|
2020-05-22 14:54:30 +01:00 |
|
gingerBill
|
e1bdaa981a
|
Relative pointer and relative slices
|
2020-05-15 18:45:24 +01:00 |
|
gingerBill
|
e0a242e9a1
|
Enforce explicit context definition for procedure calls
|
2020-05-14 13:44:28 +01:00 |
|
gingerBill
|
9524739dfc
|
Revert demo.odin
|
2020-03-19 15:31:05 +00:00 |
|
gingerBill
|
3d81ad46d2
|
Change demo.odin to default
|
2020-03-19 15:29:32 +00:00 |
|
gingerBill
|
93955a0fd8
|
Remove context.std* parameters; Fix unary boolean not
|
2020-03-19 15:03:02 +00:00 |
|
gingerBill
|
28502ba53b
|
Fix context system; add more to -show-more-timings for LLVM API; Add ODIN_USE_LLVM_API global constant
|
2020-03-08 12:34:36 +00:00 |
|
gingerBill
|
8dc74a004c
|
Fix nested type declarations name generation, to be internally consistent
|
2020-03-08 11:46:05 +00:00 |
|
gingerBill
|
c584456a21
|
Fix logical binary expressions
|
2020-03-08 10:43:00 +00:00 |
|
gingerBill
|
f92334a769
|
Basic functionality, except for map and correct nested typename mangling
|
2020-03-07 10:38:14 +00:00 |
|
gingerBill
|
0f399a7294
|
Add union #maybe
|
2020-02-01 11:10:28 +00:00 |
|
gingerBill
|
159150c6d9
|
Allow not_in as keyword over notin, but still allow notin to work
|
2020-01-16 10:00:14 +00:00 |
|
gingerBill
|
3bd00fd6b7
|
Add thread.Pool with example in demo.odin; Update linalg to support handness changes for projection matrices
|
2020-01-02 15:07:12 +00:00 |
|
gingerBill
|
bdfef08214
|
Fix typos in demo.odin
|
2019-12-31 12:54:19 +00:00 |
|
gingerBill
|
5ec8dd166a
|
Add #partial tag for enumerated arrays to prevent common errors using non-contiguous enumerations
|
2019-12-27 16:55:32 +00:00 |
|