ehwan/C-language-Parser-In-Rust
C language lexer & parser & virtual interpreter from scratch
This tool takes C source code as input and executes it directly, much like a C compiler and runtime environment. It processes the code, handles preprocessor directives, and runs the program. This is designed for developers working with or learning about the C programming language and how it's processed and executed.
No commits in the last 6 months.
Use this if you need to understand or debug the step-by-step process of how C code is tokenized, parsed, and executed from scratch.
Not ideal if you're looking for a production-ready C compiler or a tool to run complex C applications efficiently.
Stars
28
Forks
2
Language
Rust
License
MIT
Category
Last pushed
Sep 25, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/ehwan/C-language-Parser-In-Rust"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
javaparser/javaparser
Java 1-25 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.
asmjit/asmjit
Low-latency machine code generation
lioncash/biscuit
A runtime code generator for RISC-V
llvm-hs/llvm-hs-pretty
Pretty printer for LLVM AST to Textual IR
bytexenon/Tiny-Lua-Compiler
⛄Possibly the smallest Lua compiler ever