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
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 inputI checked the leaks and everything is working as it should