๐ RadeCompiler is a cutting-edge custom C compiler designed to push the boundaries of efficiency and modern development. Lightweight, fast, and feature-rich, RadeCompiler aims to provide developers with a powerful tool for compiling C code.
- File Reading: Initial implementation for reading C source files.
- High Performance: Optimized for speed and efficiency.
- Modern Architecture: Built using cutting-edge techniques and best practices.
- Extensible: Easily customizable and extendable for various use cases.
Make sure you have the following installed:
- C Compiler: GCC or Clang
- Make: Build tool
To build the compiler, run the following commands in your terminal:
git clone https://github.com/yourusername/RadeCompiler.git
cd RadeCompiler
make