aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-25restored merge conflict error"Christopher Uhlig
"
2024-10-25resolved merge conflictsChristopher Uhlig
2024-10-25adjuste input parameter for builtinsChristopher Uhlig
2024-10-25adjusted function prototypeChristopher Uhlig
2024-10-25assigned null to en struct against segfaultChristopher Uhlig
2024-10-25adjusted header for envChristopher Uhlig
2024-10-25normChristopher Uhlig
2024-10-25dateChristopher Uhlig
2024-10-25Handle all redirections except APPENDDominik Kaiser
TODO: Add APPEND handling TODO: Fix permissions
2024-10-25Finish pipes I guessDominik Kaiser
Somehow this worked at the first try. This'll have to be tested more thoroughly.
2024-10-22Add pipe basicsDominik Kaiser
TODO: Add actual piping
2024-10-21Add basic command executionDominik Kaiser
2024-10-21Add path handling for real nowDominik Kaiser
2024-10-17Add path handlingDominik Kaiser
2024-10-17yesDominik Kaiser
2024-10-17Merge changes from main into interpreterDominik Kaiser
2024-10-17Env (#23)cuhlig
* 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>
2024-10-17Merge changes from main into interpreterDominik Kaiser
2024-10-17Merge parser into mainDominik Kaiser
Yippie!
2024-09-17Banish the cosmic horrorDominik Kaiser
2024-09-17Make norminette happy and fry my brain.Dominik Kaiser
I just summoned some cosmic horror, but at least norminette doesn't complain anymore.
2024-09-17Fix error message printingDominik Kaiser
2024-09-17Fix redir ignored at endDominik Kaiser
2024-09-17Add error messagesDominik Kaiser
2024-09-17Fix pipe parsing errorDominik Kaiser
2024-09-13Fix norme issues for env.h and repl.cDominik Kaiser
TODO: Fix for tokenizer.c as well. This was probably already solved in another branch though.
2024-09-13Fix SEGV on invalid redirectionDominik Kaiser
2024-08-29Handle empty inputDominik Kaiser
2024-08-29 Update replDominik Kaiser
2024-08-29Merge branch 'main' into parserDominik Kaiser
2024-08-11fixed |> fixed norm added new functionChristopher Uhlig
2024-08-11Remove assignsDominik Kaiser
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.
2024-08-11Fix parser bugsDominik Kaiser
2024-08-11Merge changes from main into parser branchDominik Kaiser
2024-08-09Merge pull request #12 from dpu-kaiser/tokenizercuhlig
Tokenizer
2024-08-09remove out.txtChristopher Uhlig
2024-08-09removed normitte errors in tokenizerChristopher Uhlig
2024-08-09fixed norm errors that i sawChristopher Uhlig
2024-08-09test version with a bunch of fixesChristopher Uhlig
2024-08-09fixed the -1 letter tstill dont try \\ xd and for the case < in.txt cat -e > ↵Christopher Uhlig
out.txt | grep test im working on it >D
2024-08-09shorten version with buggChristopher Uhlig
2024-08-08old version improved for edgecase and removed leaksChristopher Uhlig
2024-08-08Merge changes from main into interpreterDominik Kaiser
2024-08-08Add data structure and prototypes for envDominik Kaiser
2024-08-05tried without manz changes to improve it pls test it also doueble and single ↵Christopher Uhlig
quote again
2024-08-05added in header as wellChristopher Uhlig
2024-08-05added strncpy in make and removed -g out of main makefileChristopher Uhlig
2024-08-05fixed norm stuffChristopher Uhlig
2024-08-05made the if debug around print tokenChristopher Uhlig
2024-08-05update for sanityzer in condiprintChristopher Uhlig