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
Age
Commit message (
Expand
)
Author
2024-08-05
added strncpy in lib
Christopher Uhlig
2024-08-05
Create basic structure for ast evaluation
Dominik Kaiser
2024-08-05
removed notes out of tokenizer.c
Christopher Uhlig
2024-08-05
removed debugs functions out of header
Christopher Uhlig
2024-08-05
removed .vscode
Christopher Uhlig
2024-08-05
updated the date in header
Christopher Uhlig
2024-08-05
added second version at some point
Christopher Uhlig
2024-08-05
added -g flagg for compile
Christopher Uhlig
2024-08-04
made it norm comform exept one funkction to much
Christopher Uhlig
2024-08-04
updated token header but still norm erro idk
Christopher Uhlig
2024-08-02
Refactor parser
Dominik Kaiser
2024-08-02
Add function free_tokens()
Dominik Kaiser
2024-08-02
Fix some issues in parse_cmd.c
Dominik Kaiser
2024-08-02
Fix print_ast
Dominik Kaiser
2024-07-22
Add print_ast function
Dominik Kaiser
2024-07-22
Fix errors and make the parser work
Dominik Kaiser
2024-07-22
added in repl.c tokenizer + visual and free
Christopher Uhlig
2024-07-22
some testcases and changes
Christopher Uhlig
2024-07-22
debugger minishell
Christopher Uhlig
2024-07-09
Adding working parsing
Dominik Kaiser
2024-07-09
Remove redundant funcs and add parse funcs to header and Makefile
Dominik Kaiser
2024-07-09
Get colllect_args() to work properly
Dominik Kaiser
2024-07-08
Add most of parse_cmd
Dominik Kaiser
2024-07-08
Add most of the parser
Dominik Kaiser
2024-07-08
Move assign into cmd node
Dominik Kaiser
2024-07-08
Add free_token_and_connect() function
Dominik Kaiser
2024-07-01
Remove unneeded struct s_sequence
Dominik Kaiser
2024-06-28
updated makefile for tokenizer
Christopher Uhlig
2024-06-28
added tokenizer funktion with connection to struct the test with the printabl...
Christopher Uhlig
2024-06-28
updated the prototyps for the tokenizer
Christopher Uhlig
2024-06-28
Add data structures for tokenizing and parsing
Dominik Kaiser
2024-06-25
Add history
Dominik Kaiser
2024-06-25
Add basic command line
Dominik Kaiser
2024-06-25
Add debug tools
Dominik Kaiser
2024-06-24
Add space to includes in Makefile
Dominik Kaiser
2024-06-24
Add libft headers to Makefile
Dominik Kaiser
2024-06-24
Add libft
Dominik Kaiser
2024-06-22
Add main.c and minishell.h
Dominik Kaiser
2024-06-22
Add Makefile
Dominik Kaiser
[prev]