Skip to content

Instantly share code, notes, and snippets.

View adia-dev's full-sized avatar
🖥️
Programming

Abdoulaye DIA adia-dev

🖥️
Programming
  • Criteo
  • ESGI - Paris
  • 01:22 (UTC +02:00)
View GitHub Profile
@adia-dev
adia-dev / main.zig
Created February 11, 2024 13:33
ZLS 0.12.0-dev.365+a8a83b6 Reproducible case
const std = @import("std");
const Node = union(enum) {
Statement: Statement,
Expression: Expression,
};
const Statement = union(enum) {
expression_statement: ?*ExpressionStatement,
// Imagine that their is a few more statements