Minishell
 
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
 Builtins FunctionsImplementation of builtins of a shell
 Exit FunctionsFunctions for exiting
 CD FunctionsFunctions for CD (change directory)
 Lexer structureCore functionality of the lexer
 Exec FunctionsMain functions for executing a command
 Exec UtilsFunctions used in exec that are simple utils
 Files functionsFunction to manipulate files
 Garbage functionsFunctions to simulate a garbage
 Basic functionsBasics functions to execute a minishell properly
 Signal functionsFunctions used for signal handling for the main thread and its childs
 Parsing FunctionsFunctions to make parsing efficient
 Memory ManagementFunctions to free the allocated memory when it's not needed anymore
 Debug FunctionsFunctions to help debugging faster