https://github.com/charanjit-singh/c-compiler-in-python
C Compiler in Python - For Computer Science Students
https://github.com/charanjit-singh/c-compiler-in-python
c compiler-design grammar python3 slr-parser
Last synced: 6 months ago
JSON representation
C Compiler in Python - For Computer Science Students
- Host: GitHub
- URL: https://github.com/charanjit-singh/c-compiler-in-python
- Owner: charanjit-singh
- Created: 2019-04-09T10:43:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T12:55:50.000Z (over 5 years ago)
- Last Synced: 2025-06-18T12:46:19.461Z (7 months ago)
- Topics: c, compiler-design, grammar, python3, slr-parser
- Language: Python
- Size: 15.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.