fix: export builtin and other things *

fix: parse_command: syntaxes like: "hello"'hello'hello
fix: export builtin: "NAME=VALUE" syntax
fix: variables can contain digits
add: variables_nameisvalid()
change: dev/valgrind.sh
This commit is contained in:
mcolonna 2024-07-03 12:10:35 +02:00
parent b0aa3da8ce
commit 6862a1913b
8 changed files with 102 additions and 44 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
valgrind --leak-check=full --show-leak-kinds=all --suppressions=dev/supp ./minishell
valgrind --track-origins=yes --leak-check=full --show-leak-kinds=all --suppressions=dev/supp ./minishell