mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-10 22:58:45 +02:00
「🏗️」 wip: __to_token nearly done
This commit is contained in:
25
src/parsing/tokenizer/tokenizer.c
Normal file
25
src/parsing/tokenizer/tokenizer.c
Normal file
@ -0,0 +1,25 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* tokenizer.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/18 20:13:50 by adjoly #+# #+# */
|
||||
/* Updated: 2024/05/20 22:51:45 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "tokenizer.h"
|
||||
|
||||
/*t_list *tokenizer(char *readline)
|
||||
{
|
||||
t_list *token;
|
||||
t_list *piped;
|
||||
|
||||
piped = __split_pipe(readline);
|
||||
while (piped && *piped)
|
||||
{
|
||||
|
||||
}
|
||||
}*/
|
Reference in New Issue
Block a user