Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 304 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 304 Bytes

C-Compiler-in-Python

C Compiler in Python - For Computer Science Students

This is incomplete code of C Compiler written in python which might be useful for computer science students.

This repository includes:

  • Lexical Analyzer
  • DFA Implementaion
  • Etc. Find it out I forgot What I have done.