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:
parent
b0aa3da8ce
commit
6862a1913b
8 changed files with 102 additions and 44 deletions
5
Makefile
5
Makefile
|
|
@ -6,8 +6,9 @@ SRCS = src/
|
|||
INCLUDES = include/ libtf/ libft/
|
||||
# .c files in src/ without the extension
|
||||
CODE = main ask_command error path parse_command exec_command builtin builtin2\
|
||||
signals cool_readline variables parse_command_utils \
|
||||
parse_command_read_string parse_command_read_element variables_utils
|
||||
signals cool_readline variables variables2 parse_command_utils \
|
||||
parse_command_read_string parse_command_read_element variables_utils \
|
||||
export_builtin
|
||||
# directories to 'make'
|
||||
LIBRARIES = libtf libft
|
||||
# .a files to include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue