An open API service indexing awesome lists of open source software.

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

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