E.G.
struct Expr(Span, Ty, ExprKind);
enum ExprKind {
Variable(…),
Literal(…),
BinOp(…),
}
E.G.
struct Expr(Span, Ty, ExprKind);
enum ExprKind {
Variable(…),
Literal(…),
BinOp(…),
}
E.G.
struct Expr(Span, Ty, ExprKind);
enum ExprKind {
Variable(…),
Literal(…),
BinOp(…),
}
E.G.
struct Expr(Span, Ty, ExprKind);
enum ExprKind {
Variable(…),
Literal(…),
BinOp(…),
}
Inspired: Cloudflare Unwrapped
Jokes aside, remember to #hugops. Nobody is immune from mistakes, and dealing with this stuff is really stressful.
Inspired: Cloudflare Unwrapped
Jokes aside, remember to #hugops. Nobody is immune from mistakes, and dealing with this stuff is really stressful.
- Firebase Studio: firebase.studio
- Google Antigravity: antigravity.google
- Google AI Studio: aistudio.google.com
- Gemini Code Assist: codeassist.google
- Google Jules: jules.google
- Gemini CLI: geminicli.com
"No, Neo. When you're a systems engineer, you won't have to."
"No, Neo. When you're a systems engineer, you won't have to."
i.e. one where the compiler can check both unix-only and windows-only code in the same build.
i.e. one where the compiler can check both unix-only and windows-only code in the same build.