Skip to content

🐍 Complete C99 + HolyC parser in pure Python

License

Notifications You must be signed in to change notification settings

brentharts/holypycparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

holypycparser

based on pycparser v2.22

holysh.py

example terminal shell

` python3 holysh.py [MY.HC] `

holypycparser.py

convert C to HolyC and HolyC to C

``` python3 holypycparser.py [MY.C] --out=[MY.HC] python3 holypycparser.py [MY.HC] --out=[MY.C]

```

About

🐍 Complete C99 + HolyC parser in pure Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.7%
  • C 8.3%