tsoding / c.php

C to Python compiler in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thumbnail

Optimizing 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

Screencast

screencast

About

C to Python compiler in PHP

License:MIT License


Languages

Language:PHP 99.0%Language:C 1.0%