This website requires JavaScript.
Explore
Help
Sign In
ed
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/Ed94/Odin.git
synced
2026-06-17 03:12:22 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
97f7a558faaf206bb7d10eaf3adce99322fd9541
Odin
/
core
/
odin
/
ast
T
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