gingerBill
|
c40acd008e
Add i128/u128 support for bit sets
|
6 years ago |
gingerBill
|
3d2279fba0
Support 128-bit integers `i128` `u128`
|
6 years ago |
gingerBill
|
222941727f
Add `..<` operator for ranges; Add extra checking for bit set assignments
|
6 years ago |
gingerBill
|
a019059975
Fix -vet for demo.odin
|
6 years ago |
gingerBill
|
1fd677b42e
Remove *_remove from demo and use built-in versions
|
6 years ago |
gingerBill
|
b08d944c33
Fix typo in demo.odin
|
6 years ago |
gingerBill
|
007a7989b8
Add implicit selector expression examples to demo.odin
|
6 years ago |
Jeroen van Rijn
|
7bd86bb3ec
well, that was a stupid copy/paste bug
|
6 years ago |
Jeroen van Rijn
|
b6d6eb6ae2
Fix #345: Panic when using enum as map key
|
6 years ago |
Mikkel Hjortshoej
|
0185b43c2f
Create CI files
|
6 years ago |
gingerBill
|
8fc24fd6f2
Replace `deferred` with `deferred_none`, `deferred_in`, `deferred_out`
|
6 years ago |
gingerBill
|
594238a86c
Reorganize fmt and strings; Replace fmt.String_Buffer with strings.Builder
|
6 years ago |
gingerBill
|
aa156e4bfc
Vet demo.odin
|
6 years ago |
gingerBill
|
b4e83a430a
Add `card` procedure to measure cardinality of a bit_set
|
6 years ago |
gingerBill
|
d29335ecec
Add deferred procedure associations to demo.odin
|
6 years ago |
gingerBill
|
d05837ab6d
Labels for block and if statements (break only)
|
6 years ago |
gingerBill
|
13f084a219
Fix `foreign export` #294
|
6 years ago |
gingerBill
|
28583bfff8
Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (raises warning currently)
|
6 years ago |
gingerBill
|
e496b95881
Subset and superset operators for `bit_set`: < <= > >=
|
6 years ago |
gingerBill
|
444f4f446a
`-vet` flag to do basic vetting of code
|
6 years ago |
gingerBill
|
f96fbc94c8
v0.9.0 Release
|
6 years ago |
gingerBill
|
2ddb27869b
Built-in procedure `#defined`
|
6 years ago |
gingerBill
|
4ac1218bf8
sync atomics "wrapper" procedures
|
6 years ago |
gingerBill
|
597fb452b1
Minor fixes
|
7 years ago |
gingerBill
|
46b1868185
Constant polymorphic names
|
7 years ago |
gingerBill
|
3825eab989
Diverging procedures `proc() -> !` (no return)
|
7 years ago |
gingerBill
|
3cd6ae311d
Parametric polymorphic union type
|
7 years ago |
gingerBill
|
11f5236434
Add `$T: typeid/[]$E`; Deprecate `T: type/[]$E`
|
7 years ago |
gingerBill
|
001837e6bb
Temporary allocator for `context`
|
7 years ago |
gingerBill
|
3b6523fbd9
Fix gbMutex for *nix
|
7 years ago |