index
:
minishell
main
A partial reimplementation of bash from scratch created at 42 Heilbronn
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tokenizer.c
Age
Commit message (
Expand
)
Author
2025-01-16
Create files
Dominik Kaiser
2025-01-14
update for exit bit norm removed staic stuff added prompt flag
Christopher Uhlig
2025-01-13
here
Christopher Uhlig
2024-08-29
Merge branch 'main' into parser
Dominik Kaiser
2024-08-11
fixed |> fixed norm added new function
Christopher Uhlig
2024-08-11
Fix parser bugs
Dominik Kaiser
2024-08-09
removed normitte errors in tokenizer
Christopher Uhlig
2024-08-09
fixed norm errors that i saw
Christopher Uhlig
2024-08-09
test version with a bunch of fixes
Christopher Uhlig
2024-08-09
fixed the -1 letter tstill dont try \\ xd and for the case < in.txt cat -e > ...
Christopher Uhlig
2024-08-09
shorten version with bugg
Christopher Uhlig
2024-08-08
old version improved for edgecase and removed leaks
Christopher Uhlig
2024-08-05
tried without manz changes to improve it pls test it also doueble and single ...
Christopher Uhlig
2024-08-05
fixed norm stuff
Christopher Uhlig
2024-08-05
made the if debug around print token
Christopher Uhlig
2024-08-05
update for sanityzer in condiprint
Christopher Uhlig
2024-08-05
remove strncpy out of tokenizer f
Christopher Uhlig
2024-08-05
removed notes out of tokenizer.c
Christopher Uhlig
2024-08-04
made it norm comform exept one funkction to much
Christopher Uhlig
2024-07-22
some testcases and changes
Christopher Uhlig
2024-06-28
added tokenizer funktion with connection to struct the test with the printabl...
Christopher Uhlig