A Python-based tool for scanning and tokenizing C language code. This application uses regular expressions to identify elements such as keywords, operators, identifiers, and comments, with a Tkinter GUI for an easy interface.
- Tokenizes C language syntax, highlighting keywords, operators, identifiers, comments, and more.
- Provides an easy-to-use GUI built with Tkinter.
- Color-coded tokens for easier code analysis.
- Clone the repository.
- Run the
compiler-scanner-for-c .pyfile to open the GUI. - Enter or paste C code into the text box and click "Scan Code" to view tokenized output.
Abdullah Mohamed Ellaban