gingerBill
|
0c5fa2cdd5
|
Fix build.bat
|
2021-08-22 17:09:40 +01:00 |
|
gingerBill
|
19bf12aa09
|
Update odin/ast for multi pointers
|
2021-08-22 11:46:12 +01:00 |
|
gingerBill
|
93b5befe45
|
Improve error handling for missing semicolon separators in a for loop
|
2021-08-22 11:27:24 +01:00 |
|
gingerBill
|
32bdad322a
|
Improve parsing for or_return in core:odin/parser
|
2021-08-21 13:43:38 +01:00 |
|
gingerBill
|
4e1c9b71f4
|
Update core:odin/* for or_else and or_return
|
2021-08-15 19:05:55 +01:00 |
|
gingerBill
|
af6df7d7c9
|
Improve error cases in core:odin/parser
|
2021-08-04 00:23:31 +01:00 |
|
gingerBill
|
57a17a708b
|
Improve core:odin/parser
|
2021-08-04 00:10:41 +01:00 |
|
gingerBill
|
9e2eb717fe
|
Correct newline_limit logic
|
2021-05-21 15:22:35 +01:00 |
|
gingerBill
|
cc1d3a7b19
|
parser.check_poly_params_for_type
|
2021-05-21 13:07:00 +01:00 |
|
Daniel Gavin
|
44ee0f2cdc
|
Merge branch 'master' into prototype-fmt
|
2021-05-20 12:15:14 +02:00 |
|
gingerBill
|
9ccdc40f65
|
Make .Optional_Semicolons a flag for the parser
|
2021-05-16 12:43:35 +01:00 |
|
gingerBill
|
df3512b112
|
Make core:odin use a string for the source rather than []byte
|
2021-05-16 12:38:27 +01:00 |
|
gingerBill
|
ce08e832f7
|
Allow ..= alongside .. as a "full range" operator; Update core:odin/parser etc
|
2021-05-16 12:34:35 +01:00 |
|
Daniel Gavin
|
f10f7ebbf1
|
Merge remote-tracking branch 'upstream/master' into prototype-fmt
|
2021-04-23 10:24:05 +02:00 |
|
gingerBill
|
c3b3194a00
|
Update builtin procedures to support the new allocator features (without breaking other code)
|
2021-04-19 22:44:20 +01:00 |
|
Daniel Gavin
|
1de928df78
|
fixed bug in parser on when
|
2021-04-14 18:43:04 +02:00 |
|
DanielGavin
|
b8658547e0
|
Give error if raw literal hits EOF, and stop removing .Using if it exists in flags and allowed_flags.
|
2021-03-30 12:38:58 +02:00 |
|
gingerBill
|
bec42e8dd3
|
Improve core:odin/ast ast.Range_Stmt to use generic number of vals rather than the fixed two to aid with parsing errors
|
2021-03-24 12:34:06 +00:00 |
|
gingerBill
|
aa93305015
|
Replace usage of inline proc with #force_inline proc in the core library
|
2021-02-23 16:14:47 +00:00 |
|
gingerBill
|
41b854f192
|
Remove #opaque types
|
2021-02-23 15:45:06 +00:00 |
|
gingerBill
|
28f279329d
|
Remove bit_field keyword and parsing logic
|
2021-02-23 15:29:54 +00:00 |
|
gingerBill
|
657c0ac4f5
|
Update odin/parser
|
2021-02-23 14:38:46 +00:00 |
|
gingerBill
|
908a403d78
|
Add #force_inline, #force_no_inline and #unroll for the transition to deprecate and then remove the keywords inline and no_inline
`inline for` will be replaced with `#unroll for`
|
2021-02-23 14:37:05 +00:00 |
|
gingerBill
|
28ed310f31
|
Remove "pure" and "pure_none" calling conventions
|
2021-02-23 13:10:23 +00:00 |
|
gingerBill
|
fa02dc9736
|
Fix #840
|
2021-02-11 10:15:58 +00:00 |
|
DanielGavin
|
3224869c29
|
handle expr is null in parse_binary_expr
|
2021-01-20 16:10:16 +01:00 |
|
gingerBill
|
f6e2d74d10
|
Keep -vet happy
|
2020-12-14 14:36:45 +00:00 |
|
gingerBill
|
cffbd2d276
|
Add odin/parser/parse_files.odin
|
2020-12-13 17:09:41 +00:00 |
|
gingerBill
|
f64584b92a
|
Improve -insert-semicolon rules
|
2020-12-09 23:40:45 +00:00 |
|
gingerBill
|
9eb12889f4
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2020-12-09 23:35:14 +00:00 |
|
gingerBill
|
6f6a3f2ccf
|
Fix typos for -insert-semicolon
|
2020-12-09 23:35:08 +00:00 |
|
DanielGavin
|
934809397f
|
small fixes to the parser
|
2020-12-09 21:33:10 +01:00 |
|
gingerBill
|
98c8fde098
|
Remove unused tokens
|
2020-12-06 13:17:48 +00:00 |
|
gingerBill
|
ea60db9f53
|
Add inline asm expression to odin/parser
|
2020-12-06 01:14:55 +00:00 |
|
gingerBill
|
0e9b357a5d
|
Fix typo
|
2020-12-06 00:55:31 +00:00 |
|
gingerBill
|
ca4657fd31
|
Add custom semicolon insertion to odin/tokenizer and odin/parser
|
2020-12-06 00:47:58 +00:00 |
|
gingerBill
|
d94414b0f4
|
Correct ternary if/when parsing
|
2020-12-06 00:15:35 +00:00 |
|
gingerBill
|
80fead1de5
|
Add ast.Selector_Expr_Call
|
2020-12-06 00:03:45 +00:00 |
|
gingerBill
|
fc4fdd588e
|
Remove usage of do in core library
|
2020-09-23 17:17:14 +01:00 |
|
gingerBill
|
10afc58d7d
|
Minor style change in parser.odin
|
2020-09-16 22:28:32 +01:00 |
|
gingerBill
|
97d7d8301a
|
Fix ast.Branch_Node parsing in package odin/parser
|
2020-09-16 22:19:57 +01:00 |
|
gingerBill
|
4cf240ca05
|
Fix odin/parser issues
|
2020-09-15 22:14:23 +01:00 |
|
gingerBill
|
d3eca21e40
|
Fix style in parse.odin
|
2020-08-26 22:48:32 +01:00 |
|
Mikkel Hjortshoej
|
16b50a2f57
|
Fix #711
|
2020-08-18 21:57:47 +02:00 |
|
Kevin Watters
|
0b67de47d6
|
add #config to odin parser
Update the `core:odin` parser for the new `#config` idiom.
|
2020-06-04 10:48:13 -04:00 |
|
gingerBill
|
832a586b8d
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2020-04-30 17:48:46 +01:00 |
|
gingerBill
|
117ade0700
|
Fix errors in package win32
|
2020-04-30 17:48:35 +01:00 |
|
zhibog
|
c704de8442
|
Added the #maybe directive to the union struct in the AST. Also added it to the parsing code for a union.
|
2020-04-25 18:21:32 +02:00 |
|
zhibog
|
3a1bee19a9
|
Added a bool flag to the Block_Stmt struct to have information whether or not 'do' was used vs brackets in the AST
|
2020-04-18 21:34:14 +02:00 |
|
gingerBill
|
a83d9f59f6
|
Fix typo in parser.odin
|
2020-03-07 21:12:52 +00:00 |
|