Juan-aga / Minishell

The Unlicense
2 stars 1 forks source link

Merge 'develop' and 'main' branch: tokenized input #25

Closed emartinez-dev closed 1 year ago

emartinez-dev commented 1 year ago

I have already implemented the tokenizing process!

I left the function void debug_tokenize(char *input); in the main function to tokenize the prompt line, so you can check how the tokenizer function works at the moment. But I still have to convert from tokens to a more advanced input

I checked the leaks and everything is working as it should