This website requires JavaScript.
Explore
Help
Sign In
logan
/
Halcyon
Watch
1
Star
0
Fork
You've already forked Halcyon
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
552496c0f9
Halcyon
/
demo.hal
14 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Splitting up semantics into lots of phases
2024-10-29 22:33:38 -05:00
c :: C{r: 10.0};
A :: struct {
b: B,
}
B :: struct {
c: C,
}
C :: struct {
r: real,
}
Reference in a new issue
Copy permalink