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

@ -0,0 +1,39 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* parse_actions_entries_50.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#include "./parse_actions_entries.h"
void parse_actions_entries_250(t_parse_actions_entries_array *v)
{
v->a[5000] = entry(1, true);
v->a[5001] = shift(1735);
v->a[5002] = entry(1, true);
v->a[5003] = shift(2204);
v->a[5004] = entry(1, true);
v->a[5005] = shift(1652);
v->a[5006] = entry(1, true);
v->a[5007] = shift(1355);
v->a[5008] = entry(1, true);
v->a[5009] = shift(1008);
v->a[5010] = entry(1, true);
v->a[5011] = shift(1005);
v->a[5012] = entry(1, true);
v->a[5013] = shift(1004);
v->a[5014] = entry(1, true);
v->a[5015] = shift(2079);
v->a[5016] = entry(1, true);
v->a[5017] = shift(405);
v->a[5018] = entry(1, true);
v->a[5019] = shift(408);
}
/* EOF parse_actions_entries_50.c */