Started working on ast

This commit is contained in:
Maieul BOYER 2024-06-11 16:08:12 +02:00
parent 9aee1f2272
commit 1d4dc219db
No known key found for this signature in database
1344 changed files with 118659 additions and 107610 deletions

View file

@ -16,7 +16,7 @@
t_alias_sequences_array *create_alias_sequences(void)
{
static t_alias_sequences_array table = {};
static bool init = false;
static bool init = false;
if (!init)
{