An open API service indexing awesome lists of open source software.

https://github.com/tsoding/c.php

C to Python compiler in PHP
https://github.com/tsoding/c.php

Last synced: 8 months ago
JSON representation

C to Python compiler in PHP

Awesome Lists containing this project

README

          

![thumbnail](./assets/thumbnail.png)

# 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

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

## Screencast

[![screencast](./assets/screencast.png)](https://www.youtube.com/watch?v=Yi6NxMxCFY8)