gingerBill
|
e38a08013e
Remove `#relative` types from the compiler
|
9 ヶ月 前 |
Doeke Wartena
|
602dab3864
Update demo.odin
|
9 ヶ月 前 |
Fredrik Vaeng Røtnes
|
15a8970493
Fix typo in demo.odin
|
10 ヶ月 前 |
Antonino Simone Di Stefano
|
3d202da63f
Add missing package qualifier to alloc
|
10 ヶ月 前 |
Karl Zylinski
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
11 ヶ月 前 |
gingerBill
|
649b25fba6
Update the `demo.odin` to use `nil` instead of `os.ERROR_NONE`
|
1 年間 前 |
gingerBill
|
e9a54666e2
Fix typo.
|
1 年間 前 |
Laytan Laats
|
604551eb2d
wasi: make the demo run on wasi and run it in CI
|
1 年間 前 |
gingerBill
|
e296d6fb90
Fix loads of indentation issues with mixing spaces and tabs
|
1 年間 前 |
gingerBill
|
913c08a33e
Add `bit_field` to demo.odin
|
1 年間 前 |
gingerBill
|
1b593fc1ca
Correct `core:intrinsics` to `base:intrinsics`
|
1 年間 前 |
Laytan
|
043dd98e91
fix demo out of bounds error
|
1 年間 前 |
Feoramund
|
bbebb4ad60
Fix unseen `print` call in demo
|
1 年間 前 |
Vitalii Kravchenko
|
befb0f7868
Core Foundation and Security vendor libraries.
|
1 年間 前 |
gingerBill
|
d95c28f41b
Fix demo docs
|
1 年間 前 |
gingerBill
|
e57224d6e4
Fix demo
|
1 年間 前 |
gingerBill
|
0b83e3dae5
Enforce naming the parameters with `builtin.quaternion` to reduce confusion
|
1 年間 前 |
Gary Chike
|
269957b9fb
Update demo.odin
|
1 年間 前 |
Jeroen van Rijn
|
4aa8834d39
Add os.args to demo.
|
1 年間 前 |
gingerBill
|
648b83d6ea
Add `or_break` and `or_continue` constructs
|
1 年間 前 |
gingerBill
|
d9a2d29d00
Update demo.odin to #align(N) style
|
2 年 前 |
gingerBill
|
cd74cdfdaf
Remove `switch in` in favour of `switch _ in`
|
2 年 前 |
gingerBill
|
49ab935ae9
Disallow `for in` in favour of `for _ in`
|
2 年 前 |
gingerBill
|
006bd2fe17
Merge pull request #2696 from hwchen/hwchen/fix-parse-call-expr-ellipses
|
2 年 前 |
gingerBill
|
dd7c2c0574
Update demo for #relative multi-pointers
|
2 年 前 |
Walther Chen
|
4b9afd787c
core:odin/parser allow args after varargs in parse_call_expr
|
2 年 前 |
gingerBill
|
60e509b1e0
Add separate `-vet` flags; `-vet-using-*` flags; `//+vet` file flags
|
2 年 前 |
gingerBill
|
9b54b99bf6
Use positional and named arguments within the core library
|
2 年 前 |
gingerBill
|
feacc5cd11
Basic enforcement of ordered named arguments/parameters for procedures
|
2 年 前 |
Damian Tarnawski
|
c3933cead4
Replace `0` with `os.ERROR_NONE` in demo.odin
|
2 年 前 |