Thank you for your interest in contributing! This repository contains the parsing module for a custom Minishell implementation in C. The parser handles input tokenization, operators (pipes, redirections, etc.), and structures commands for execution.
We welcome all kinds of contributions including bug reports, code improvements, new features, tests, and documentation.
Click the "Fork" button at the top right of this repo, then clone your fork locally:
git clone https://github.com/iaceene/minishell-parser.git
cd minishell-parser