C-Improved is a compiler project aimed at enhancing the C programming language with additional features and improvements.
We welcome contributions from the community! If you'd like to contribute code to the C-Improved compiler, please follow these steps:
- Fork the repository
git clone https://github.com/Abdurrahman-shaikh/C-Improved.git
. - Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m "Description of changes"
. - Push your changes to your fork:
git push origin feature-name
. - Submit a pull request on GitHub with a detailed description of your changes.
To build and run the C-Improved compiler project, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/Abdurrahman-shaikh/C-Improved.git cd C-Improved make clean make ci ./ci_examples/FILE_NAME ./a.out
##Resources
https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html#Lexical-Elements