env_manip: sort funcs per structure that is being manipulated

This is instead of the operation that is being performed.

I find it more logical this way, but if you prefer we can keep it as-is.

I also put the identifier_isvalid func into parser/matchers
This commit is contained in:
Khaïs COLIN 2025-02-19 13:29:44 +01:00
parent e985fcc562
commit e445f668b3
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
13 changed files with 317 additions and 215 deletions

View file

@ -6,11 +6,11 @@
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/18 15:11:14 by khais #+# #+# */
/* Updated: 2025/02/19 13:15:43 by khais ### ########.fr */
/* Updated: 2025/02/19 13:30:38 by khais ### ########.fr */
/* */
/* ************************************************************************** */
#include "../src/env_manip.h"
#include "../src/env/env_manip.h"
#include "../src/ft_errno.h"
#include "libft.h"
#include "testutil.h"