A compiler that accepts any valid program written in C. It is made using Lex and Yacc. Returns a symbol table, parse tree, annotated syntax tree and intermediate code.
☆142Apr 24, 2023Updated 2 years ago
Alternatives and similar repositories for c-compiler
Users that are interested in c-compiler are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Programs for Compiler Design course CS601 using Lex and C.☆18Dec 4, 2024Updated last year
- DOS exe overlay "unpacker"☆25Oct 18, 2021Updated 4 years ago
- This implementation of file system is developed by ELM Chan☆16Oct 23, 2025Updated 5 months ago
- ☆22Feb 26, 2022Updated 4 years ago
- GNU M4 is an implementation of the traditional Unix macro processor.☆14Mar 3, 2017Updated 9 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- A Machine-Independent Debugger☆33Oct 2, 2024Updated last year
- A C language parser built from the scratch, without using compiler generator.☆16Dec 31, 2022Updated 3 years ago
- 📱 RUNIC tamper detection demo - designed to serve as a parallel for understanding more complex tamper detection and integrity systems su…☆15Apr 13, 2024Updated last year
- a simple tiny C Compiler using Lex & Yacc