https://github.com/elianna-2004/c-compiler
Implementation of a Small C Compiler
https://github.com/elianna-2004/c-compiler
c-compiler evaluator lexer ocaml parser
Last synced: 9 months ago
JSON representation
Implementation of a Small C Compiler
- Host: GitHub
- URL: https://github.com/elianna-2004/c-compiler
- Owner: elianna-2004
- Created: 2025-08-17T00:09:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-17T00:18:59.000Z (11 months ago)
- Last Synced: 2025-08-17T01:11:12.065Z (11 months ago)
- Topics: c-compiler, evaluator, lexer, ocaml, parser
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C-Compiler
Implements the three steps of a small C compiler by demonstrating the lexer, parser, and evaluator
process