Skip to content

TheGreatSimo/c.php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C to Python compiler in PHP

This is an April Fools joke. Please don't take it seriously. It only supports a very small subset of C. Literally return and function call. We even made printf an intrinsic. Please don't use it in production.

Quick Start

$ php c.php hello.c > hello.py
$ python ./hello.py

About

C to Python compiler in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.7%
  • C 1.3%