Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 637 Bytes

File metadata and controls

17 lines (10 loc) · 637 Bytes

Contributing to Minishell Parser

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.


Getting Started

1. Fork the Repository

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