Skip to content

knowknowledge/Python-C-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-C-Parser

This is a c lexer and parser written in python

Given a simple c program: 1 - break it into tokens, 2 - parse into statements, 3 - print out the Abstract Syntax Tree.

This project is an excuse for me to learn more about parsers, lexers, compilers and the c language.

Copyright: This project is all rights reserved. Use at your own risk. I make no promises or gaurentees about this If this looks interesting to you, please let me know.

About

C Parser written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published