gingerBill
|
14adcb9db8
Use `or_break` and `or_continue` where appropriate in the core library
|
1 год назад |
gingerBill
|
41a22bd83d
`or_break` and `or_continue` to `core:odin` packages
|
1 год назад |
Fabian Sperber
|
886d0de040
Remove auto_cast from field_flags
|
2 лет назад |
Fabian Sperber
|
bbf9678756
Fix parsing #force_inline call expression with or_return
|
2 лет назад |
DanielGavin
|
64a63b3879
Add #reverse to `odin/parser`.
|
2 лет назад |
gingerBill
|
cd74cdfdaf
Remove `switch in` in favour of `switch _ in`
|
2 лет назад |
gingerBill
|
488a38a96d
Merge pull request #2649 from hchac/allow-newline-field-list-separator
|
2 лет назад |
Walther Chen
|
4b9afd787c
core:odin/parser allow args after varargs in parse_call_expr
|
2 лет назад |
hchac
|
4c0e9f1f89
Match CPP parser behavior in allowing newlines before a closing brace.
|
2 лет назад |
gingerBill
|
7abaf77292
Add `struct #no_copy`
|
2 лет назад |
Fabian Sperber
|
33798b8b80
Need to forward the name of the directive, not the hash token
|
2 лет назад |
gingerBill
|
ef372bd861
Replace `#optional_second` with `#optional_allocator_error`
|
3 лет назад |
gingerBill
|
a83ca2120e
Remove unused import
|
3 лет назад |
gingerBill
|
81799f7f78
Fix #1950
|
3 лет назад |
gingerBill
|
5e3cf45df3
Add `#soa` pointer type to aid with refactoring to `#soa` data types
|
3 лет назад |
gingerBill
|
5168cf03a9
Remove dead `#maybe` code
|
3 лет назад |
gingerBill
|
0ec4d97bfd
Correct parser logic for `is_token_field_prefix`
|
3 лет назад |
gingerBill
|
97acc57649
Simplify field prefix handling
|
3 лет назад |
gingerBill
|
83c8c48ed7
Simplify ast parsing for prefixes
|
3 лет назад |
Pablo Narvaja
|
6ffe814ca7
assign package docs to file docs
|
3 лет назад |
gingerBill
|
b6b3377786
Remove unneeded semicolons
|
3 лет назад |
gingerBill
|
13cb894b30
Update `core:odin` for `union #shared_nil`
|
3 лет назад |
gingerBill
|
fcab5508be
Merge branch 'master' into odin-ast-changes
|
3 лет назад |
gingerBill
|
edc13c29df
Merge pull request #1331 from DanielGavin/parser-fault-recovery
|
3 лет назад |
gingerBill
|
9cf937fef0
Merge pull request #1430 from DanielGavin/parser-fix
|
3 лет назад |
gingerBill
|
ad6ea3d6aa
Replace `any` with `union` for subtyping in `core:odin/ast`
|
3 лет назад |
gingerBill
|
0c16f27814
Update parser for `#sparse`
|
3 лет назад |
Daniel Gavin
|
ff5e036773
Trim whitespaces
|
3 лет назад |
Daniel Gavin
|
4dc29d141f
Fix `core:odin/parser` not setting the inline flag correctly.
|
3 лет назад |
Daniel Gavin
|
d57ec4a11d
Fix return stmt when it's one lined(check for close brace).
|
3 лет назад |