This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-07-26 17:21:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
97f7a558faaf206bb7d10eaf3adce99322fd9541
Odin
/
core
/
odin
/
ast
History
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
..
ast.odin
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
clone.odin
Add clone for
ast.Ternary_If_Expr
and
ast.Ternary_When_Expr
2020-03-07 21:41:27 +00:00
file.odin
Change implicit semicolon rules for record types within procedure bodies; Update
package odin/*
2019-10-06 19:16:55 +01:00