This website requires JavaScript.
Explore
Help
Sign In
ed
/
Odin
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Ed94/Odin.git
synced
2026-07-24 08:27:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
99825a28d7357b7e884ce0387f7e5fabd3180148
Odin
/
core
/
odin
T
History
Rikard Petré
99825a28d7
odin/parser: Allow semicolon after return statement for the case:
...
if x do return y; else do return z;
2024-01-20 16:00:41 +01:00
..
ast
Merge pull request
#2950
from laytan/fix-nil-exceptions-with-incomplete-code-parse
2023-11-24 13:39:58 +01:00
doc-format
Remove #relative slices; Replace with #relative multi-pointers
2023-08-05 16:05:39 +01:00
format
Remove unneeded semicolons from the core library
2021-08-31 22:21:13 +01:00
parser
odin/parser: Allow semicolon after return statement for the case:
2024-01-20 16:00:41 +01:00
printer
or_break
and
or_continue
to
core:odin
packages
2023-09-30 15:09:59 +01:00
tokenizer
Add
or_break
and
or_continue
to the list of tokens that have an automatic semicolon added at the end of the line
2023-10-09 21:48:04 +02:00