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-14 09:52:23 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dae817e5ab786180ebcd284fb27195db5ae5ec00
Odin
/
core
/
odin
/
ast
T
History
gingerBill
4cf70f360b
Add clone for
ast.Ternary_If_Expr
and
ast.Ternary_When_Expr
2020-03-07 21:41:27 +00:00
..
ast.odin
x if cond else y
and
x when cond else y
expressions
2020-03-05 20:34:30 +00: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