]> git.dkaiser.de - 42/minishell.git/log
42/minishell.git
10 months agoRefactor heredoc
Dominik Kaiser [Wed, 15 Jan 2025 18:08:20 +0000 (19:08 +0100)]
Refactor heredoc

10 months agoFix collect_redirs and start refactoring heredoc
Dominik Kaiser [Wed, 15 Jan 2025 17:55:47 +0000 (18:55 +0100)]
Fix collect_redirs and start refactoring heredoc

10 months agoRefactor collect_redirs
Dominik Kaiser [Wed, 15 Jan 2025 17:35:29 +0000 (18:35 +0100)]
Refactor collect_redirs

10 months agoFix waiting errors
Dominik Kaiser [Wed, 15 Jan 2025 17:15:16 +0000 (18:15 +0100)]
Fix waiting errors

10 months agoFix wrong error code
Dominik Kaiser [Wed, 15 Jan 2025 15:39:58 +0000 (16:39 +0100)]
Fix wrong error code

10 months agoRemove error function from get_cmd_path.c
Dominik Kaiser [Wed, 15 Jan 2025 15:37:29 +0000 (16:37 +0100)]
Remove error function from get_cmd_path.c

10 months agoOutsource error function
Dominik Kaiser [Wed, 15 Jan 2025 15:36:45 +0000 (16:36 +0100)]
Outsource error function

10 months agoFix some errors
Dominik Kaiser [Wed, 15 Jan 2025 15:34:01 +0000 (16:34 +0100)]
Fix some errors

10 months agoRefactor get_cmd_path.c
Dominik Kaiser [Wed, 15 Jan 2025 15:15:52 +0000 (16:15 +0100)]
Refactor get_cmd_path.c

10 months agoRefactor execute_cmd.c
Dominik Kaiser [Wed, 15 Jan 2025 14:52:45 +0000 (15:52 +0100)]
Refactor execute_cmd.c

10 months agoRefactor execute_cmd.c
Dominik Kaiser [Wed, 15 Jan 2025 14:51:16 +0000 (15:51 +0100)]
Refactor execute_cmd.c

10 months agoAdd some fixes to execute_cmd
Dominik Kaiser [Wed, 15 Jan 2025 13:43:35 +0000 (14:43 +0100)]
Add some fixes to execute_cmd

10 months agoclean xD
Christopher Uhlig [Tue, 14 Jan 2025 19:22:01 +0000 (20:22 +0100)]
clean xD

10 months agofixe ? added a export return maybe ussles
Christopher Uhlig [Tue, 14 Jan 2025 19:21:31 +0000 (20:21 +0100)]
fixe ? added a export return maybe ussles

10 months agoMerge pull request #28 from dpu-kaiser/uwu
Dominik Kaiser [Tue, 14 Jan 2025 17:33:45 +0000 (18:33 +0100)]
Merge pull request #28 from dpu-kaiser/uwu

Some changes

10 months agoMerge branch 'miau' into uwu
Dominik Kaiser [Tue, 14 Jan 2025 17:32:42 +0000 (18:32 +0100)]
Merge branch 'miau' into uwu

10 months agoSome changes
Dominik Kaiser [Tue, 14 Jan 2025 17:20:33 +0000 (18:20 +0100)]
Some changes

10 months agoupdate for exit bit norm removed staic stuff added prompt flag
Christopher Uhlig [Tue, 14 Jan 2025 17:18:58 +0000 (18:18 +0100)]
update for exit bit norm removed staic stuff added prompt flag

10 months agorunning version but with comments
Christopher Uhlig [Mon, 13 Jan 2025 12:30:32 +0000 (13:30 +0100)]
running version but with comments

10 months agohere
Christopher Uhlig [Mon, 13 Jan 2025 10:06:54 +0000 (11:06 +0100)]
here

13 months agoEnv (#23)
cuhlig [Thu, 17 Oct 2024 13:42:11 +0000 (15:42 +0200)]
Env (#23)

* Add data structure and prototypes for env

* added env linked lis c file

* fixed normitte and fixed return issue

* changed prototypes in header file

---------

Co-authored-by: Dominik Kaiser <dkaiser@2-F-4.42heilbronn.de>
Co-authored-by: Christopher Uhlig <chuhlig@1-C-5.42heilbronn.de>
13 months agoMerge parser into main
Dominik Kaiser [Thu, 17 Oct 2024 12:01:47 +0000 (14:01 +0200)]
Merge parser into main

Yippie!

14 months agoBanish the cosmic horror
Dominik Kaiser [Tue, 17 Sep 2024 17:49:29 +0000 (19:49 +0200)]
Banish the cosmic horror

14 months agoMake norminette happy and fry my brain.
Dominik Kaiser [Tue, 17 Sep 2024 17:28:37 +0000 (19:28 +0200)]
Make norminette happy and fry my brain.

I just summoned some cosmic horror, but at least
norminette doesn't complain anymore.

14 months agoFix error message printing
Dominik Kaiser [Tue, 17 Sep 2024 17:25:13 +0000 (19:25 +0200)]
Fix error message printing

14 months agoFix redir ignored at end
Dominik Kaiser [Tue, 17 Sep 2024 15:25:28 +0000 (17:25 +0200)]
Fix redir ignored at end

14 months agoAdd error messages
Dominik Kaiser [Tue, 17 Sep 2024 13:09:24 +0000 (15:09 +0200)]
Add error messages

14 months agoFix pipe parsing error
Dominik Kaiser [Tue, 17 Sep 2024 12:39:04 +0000 (14:39 +0200)]
Fix pipe parsing error

14 months agoFix norme issues for env.h and repl.c
Dominik Kaiser [Fri, 13 Sep 2024 14:27:13 +0000 (16:27 +0200)]
Fix norme issues for env.h and repl.c

TODO: Fix for tokenizer.c as well. This was probably already solved in
another branch though.

14 months agoFix SEGV on invalid redirection
Dominik Kaiser [Fri, 13 Sep 2024 14:23:04 +0000 (16:23 +0200)]
Fix SEGV on invalid redirection

15 months agoHandle empty input
Dominik Kaiser [Thu, 29 Aug 2024 14:44:56 +0000 (16:44 +0200)]
Handle empty input

15 months ago Update repl
Dominik Kaiser [Thu, 29 Aug 2024 13:31:07 +0000 (15:31 +0200)]
 Update repl

15 months agoMerge branch 'main' into parser
Dominik Kaiser [Thu, 29 Aug 2024 13:27:07 +0000 (15:27 +0200)]
Merge branch 'main' into parser

16 months agofixed |> fixed norm added new function
Christopher Uhlig [Sun, 11 Aug 2024 13:15:06 +0000 (15:15 +0200)]
fixed |> fixed norm added new function

16 months agoRemove assigns
Dominik Kaiser [Sun, 11 Aug 2024 10:27:02 +0000 (12:27 +0200)]
Remove assigns

I found out that there's a difference between shell variables and env
variables.
We don't have to implement shell variables, so I removed all code that
handles them.

16 months agoFix parser bugs
Dominik Kaiser [Sun, 11 Aug 2024 10:15:40 +0000 (12:15 +0200)]
Fix parser bugs

16 months agoMerge changes from main into parser branch
Dominik Kaiser [Sun, 11 Aug 2024 09:18:26 +0000 (11:18 +0200)]
Merge changes from main into parser branch

16 months agoMerge pull request #12 from dpu-kaiser/tokenizer
cuhlig [Fri, 9 Aug 2024 14:26:37 +0000 (16:26 +0200)]
Merge pull request #12 from dpu-kaiser/tokenizer

Tokenizer

16 months agoremove out.txt
Christopher Uhlig [Fri, 9 Aug 2024 14:19:16 +0000 (16:19 +0200)]
remove out.txt

16 months agoremoved normitte errors in tokenizer
Christopher Uhlig [Fri, 9 Aug 2024 13:40:42 +0000 (15:40 +0200)]
removed normitte errors in tokenizer

16 months agofixed norm errors that i saw
Christopher Uhlig [Fri, 9 Aug 2024 13:28:03 +0000 (15:28 +0200)]
fixed norm errors that i saw

16 months agotest version with a bunch of fixes
Christopher Uhlig [Fri, 9 Aug 2024 11:00:47 +0000 (13:00 +0200)]
test version with a bunch of fixes

16 months agofixed the -1 letter tstill dont try \\ xd and for the case < in.txt cat -e > out...
Christopher Uhlig [Fri, 9 Aug 2024 10:40:16 +0000 (12:40 +0200)]
fixed the -1 letter tstill dont try \\ xd and for the case < in.txt cat -e > out.txt | grep test im working on it >D

16 months agoshorten version with bugg
Christopher Uhlig [Fri, 9 Aug 2024 09:45:22 +0000 (11:45 +0200)]
shorten version with bugg

16 months agoold version improved for edgecase and removed leaks
Christopher Uhlig [Thu, 8 Aug 2024 16:53:32 +0000 (18:53 +0200)]
old version improved for edgecase and removed leaks

16 months agoAdd data structure and prototypes for env
Dominik Kaiser [Thu, 8 Aug 2024 15:10:25 +0000 (17:10 +0200)]
Add data structure and prototypes for env

16 months agotried without manz changes to improve it pls test it also doueble and single quote...
Christopher Uhlig [Mon, 5 Aug 2024 19:47:31 +0000 (21:47 +0200)]
tried without manz changes to improve it pls test it also doueble and single quote again

16 months agoadded in header as well
Christopher Uhlig [Mon, 5 Aug 2024 11:55:36 +0000 (13:55 +0200)]
added in header as well

16 months agoadded strncpy in make and removed -g out of main makefile
Christopher Uhlig [Mon, 5 Aug 2024 11:53:50 +0000 (13:53 +0200)]
added strncpy in make and removed -g out of main makefile

16 months agofixed norm stuff
Christopher Uhlig [Mon, 5 Aug 2024 11:47:00 +0000 (13:47 +0200)]
fixed norm stuff

16 months agomade the if debug around print token
Christopher Uhlig [Mon, 5 Aug 2024 11:46:24 +0000 (13:46 +0200)]
made the if debug around print token

16 months agoupdate for sanityzer in condiprint
Christopher Uhlig [Mon, 5 Aug 2024 11:44:04 +0000 (13:44 +0200)]
update for sanityzer in condiprint

16 months agoremove strncpy out of tokenizer f
Christopher Uhlig [Mon, 5 Aug 2024 11:43:07 +0000 (13:43 +0200)]
remove strncpy out of tokenizer f

16 months agoadded strncpy in lib
Christopher Uhlig [Mon, 5 Aug 2024 11:42:32 +0000 (13:42 +0200)]
added strncpy in lib

16 months agoremoved notes out of tokenizer.c
Christopher Uhlig [Mon, 5 Aug 2024 11:25:33 +0000 (13:25 +0200)]
removed notes out of tokenizer.c

16 months agoremoved debugs functions out of header
Christopher Uhlig [Mon, 5 Aug 2024 11:24:32 +0000 (13:24 +0200)]
removed debugs functions out of header

16 months agoremoved .vscode
Christopher Uhlig [Mon, 5 Aug 2024 11:22:54 +0000 (13:22 +0200)]
removed .vscode

16 months agoupdated the date in header
Christopher Uhlig [Mon, 5 Aug 2024 11:21:45 +0000 (13:21 +0200)]
updated the date in header

16 months agoadded second version at some point
Christopher Uhlig [Mon, 5 Aug 2024 11:21:18 +0000 (13:21 +0200)]
added second version at some point

16 months agoadded -g flagg for compile
Christopher Uhlig [Mon, 5 Aug 2024 11:20:11 +0000 (13:20 +0200)]
added -g flagg for compile

16 months agomade it norm comform exept one funkction to much
Christopher Uhlig [Sun, 4 Aug 2024 12:36:51 +0000 (14:36 +0200)]
made it norm comform exept one funkction to much

16 months agoupdated token header but still norm erro idk
Christopher Uhlig [Sun, 4 Aug 2024 12:36:08 +0000 (14:36 +0200)]
updated token header but still norm erro idk

16 months agoRefactor parser
Dominik Kaiser [Fri, 2 Aug 2024 13:29:00 +0000 (15:29 +0200)]
Refactor parser

* Fix norme for free_node.c

* Uglify parser.c

* Merge parser updates into refactor-parser

* Outsource collect_assigns and collect_redirs

* Make parse_cmd.c norme conform

* Make free_tokens() norme conform

* Make collect_assigns.c norme conform

* Some refactoring of collect_redirs

* Refactor collect_redirs

16 months agoAdd function free_tokens()
Dominik Kaiser [Fri, 2 Aug 2024 12:14:42 +0000 (14:14 +0200)]
Add function free_tokens()

16 months agoFix some issues in parse_cmd.c
Dominik Kaiser [Fri, 2 Aug 2024 11:24:48 +0000 (13:24 +0200)]
Fix some issues in parse_cmd.c

16 months agoFix print_ast
Dominik Kaiser [Fri, 2 Aug 2024 11:23:49 +0000 (13:23 +0200)]
Fix print_ast

16 months agoAdd print_ast function
Dominik Kaiser [Mon, 22 Jul 2024 14:33:08 +0000 (16:33 +0200)]
Add print_ast function

16 months agoFix errors and make the parser work
Dominik Kaiser [Mon, 22 Jul 2024 13:07:59 +0000 (15:07 +0200)]
Fix errors and make the parser work

16 months agoadded in repl.c tokenizer + visual and free
Christopher Uhlig [Mon, 22 Jul 2024 12:39:25 +0000 (14:39 +0200)]
added in repl.c tokenizer + visual and free

16 months agosome testcases and changes
Christopher Uhlig [Mon, 22 Jul 2024 12:33:24 +0000 (14:33 +0200)]
some testcases and changes

16 months agodebugger minishell
Christopher Uhlig [Mon, 22 Jul 2024 12:32:22 +0000 (14:32 +0200)]
debugger minishell

17 months agoAdding working parsing
Dominik Kaiser [Tue, 9 Jul 2024 17:23:17 +0000 (19:23 +0200)]
Adding working parsing

TODO: Refactoring

17 months agoRemove redundant funcs and add parse funcs to header and Makefile
Dominik Kaiser [Tue, 9 Jul 2024 10:56:09 +0000 (12:56 +0200)]
Remove redundant funcs and add parse funcs to header and Makefile

17 months agoGet colllect_args() to work properly
Dominik Kaiser [Tue, 9 Jul 2024 10:54:35 +0000 (12:54 +0200)]
Get colllect_args() to work properly

17 months agoAdd most of parse_cmd
Dominik Kaiser [Mon, 8 Jul 2024 15:30:58 +0000 (17:30 +0200)]
Add most of parse_cmd

17 months agoAdd most of the parser
Dominik Kaiser [Mon, 8 Jul 2024 14:35:30 +0000 (16:35 +0200)]
Add most of the parser

17 months agoMove assign into cmd node
Dominik Kaiser [Mon, 8 Jul 2024 14:15:32 +0000 (16:15 +0200)]
Move assign into cmd node

17 months agoAdd free_token_and_connect() function
Dominik Kaiser [Mon, 8 Jul 2024 14:03:48 +0000 (16:03 +0200)]
Add free_token_and_connect() function

17 months agoRemove unneeded struct s_sequence
Dominik Kaiser [Mon, 1 Jul 2024 09:44:06 +0000 (11:44 +0200)]
Remove unneeded struct s_sequence

17 months agoupdated makefile for tokenizer
Christopher Uhlig [Fri, 28 Jun 2024 20:04:12 +0000 (22:04 +0200)]
updated makefile for tokenizer

17 months agoadded tokenizer funktion with connection to struct the test with the printable functi...
Christopher Uhlig [Fri, 28 Jun 2024 20:03:41 +0000 (22:03 +0200)]
added tokenizer funktion with connection to struct the test with the printable function didnt worked have to update main as well added currently strncpy in tokenizer test reason later needs to be move also need to add the token part for pipe

17 months agoupdated the prototyps for the tokenizer
Christopher Uhlig [Fri, 28 Jun 2024 20:01:20 +0000 (22:01 +0200)]
updated the prototyps for the tokenizer

17 months agoAdd data structures for tokenizing and parsing
Dominik Kaiser [Fri, 28 Jun 2024 13:09:32 +0000 (15:09 +0200)]
Add data structures for tokenizing and parsing

* Add data structures and helper functions for ast

* Add data structures for tokenizing

* Add helper functions for token structures

* Include token.h in minishell.h

* Add new/free functions for nodes/tokens to Makefile

* Add UNREACHABLE macro to debug_tools.h

17 months agoAdd history
Dominik Kaiser [Tue, 25 Jun 2024 13:06:46 +0000 (15:06 +0200)]
Add history

17 months agoAdd basic command line
Dominik Kaiser [Tue, 25 Jun 2024 12:02:02 +0000 (14:02 +0200)]
Add basic command line

* Initialize terminal and signal handling
* Add basic repl that doesn't do anything yet
* Add handling for Ctrl-C, Ctrl-D and Ctrl-\ in interactive mode

17 months agoAdd debug tools
Dominik Kaiser [Tue, 25 Jun 2024 11:03:28 +0000 (13:03 +0200)]
Add debug tools

* Add dbg() function and debug make rule

* Add panic() debug function

17 months agoAdd space to includes in Makefile
Dominik Kaiser [Mon, 24 Jun 2024 15:55:26 +0000 (17:55 +0200)]
Add space to includes in Makefile

17 months agoAdd libft headers to Makefile
Dominik Kaiser [Mon, 24 Jun 2024 15:41:58 +0000 (17:41 +0200)]
Add libft headers to Makefile

17 months agoAdd libft
Dominik Kaiser [Mon, 24 Jun 2024 14:58:46 +0000 (16:58 +0200)]
Add libft

17 months agoAdd main.c and minishell.h
Dominik Kaiser [Sat, 22 Jun 2024 15:17:16 +0000 (17:17 +0200)]
Add main.c and minishell.h

17 months agoAdd Makefile
Dominik Kaiser [Sat, 22 Jun 2024 15:11:13 +0000 (17:11 +0200)]
Add Makefile