gingerBill
|
e296d6fb90
Fix loads of indentation issues with mixing spaces and tabs
|
1 年之前 |
gingerBill
|
906afa4154
Allow for `when x in y {` (minor oversight in syntax)
|
1 年之前 |
Jeroen van Rijn
|
aa27cd4b0b
Allow core:odin to parse @(require) import
|
1 年之前 |
gingerBill
|
c098739484
Remove `@(warning)` and `#warning(...)`
|
1 年之前 |
gingerBill
|
dab3c832e0
Add `#warning(<string>)` builtin compile time procedure
|
1 年之前 |
gingerBill
|
1945218f6d
Improve parsing for `label: #reverse for` and `label: #partial switch`
|
1 年之前 |
gingerBill
|
0ef0894213
Fix to `bl.tok = path`
|
1 年之前 |
gingerBill
|
d91054b615
Change parser to use `^Expr` rather than `string` for the foreign import paths
|
1 年之前 |
gingerBill
|
20d35acce1
Fix parser
|
1 年之前 |
RilleP
|
330c161625
remove semicolon
|
1 年之前 |
RilleP
|
730f992bff
fix indentation
|
1 年之前 |
RilleP
|
95a38d5a96
Merge branch 'master' into parsing-package-fixes
|
1 年之前 |
Laytan Laats
|
af6d2480fa
add bit_field parsing to `core:odin/parser`
|
1 年之前 |
Aaron Kavaler
|
096b4f5454
fixed issue #3264 regarding core:odin/parser not allowing a newline at the end of a compound literal
|
1 年之前 |
gingerBill
|
68df35b378
Add `#field_align(N)`
|
1 年之前 |
DanielGavin
|
f63f28302e
Recover from faulty parameter in parse_proc_type
|
1 年之前 |
Rikard Petré
|
99825a28d7
odin/parser: Allow semicolon after return statement for the case:
|
1 年之前 |
Rikard Petré
|
144504a752
odin/parser: Fix parsing of struct literal/call expression when closing brace/paren is on a new line without a comma after the last argument.
|
1 年之前 |
DanielGavin
|
8e395cc6e9
Fixed crash in `core:odin/parser` with `#reverse`
|
1 年之前 |
Laytan Laats
|
bd19081543
fix nil exceptions with incomplete code parse
|
1 年之前 |
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 年之前 |