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

https://github.com/loic-sharma/e100-pear-compiler

Compiles PHP to the E100 Assembly Language
https://github.com/loic-sharma/e100-pear-compiler

Last synced: 3 months ago
JSON representation

Compiles PHP to the E100 Assembly Language

Awesome Lists containing this project

README

        

# E100 Compiler

This compiles PHP into E100 Assembly. Written by Loic Sharma

## Installation

You'll need to have PHP installed for this. Obviously. Run the following commands:

```bash
cd /path/to/compiler
curl -s http://getcomposer.org/installer | php
php composer.phar install
```

This will install all of the compiler's dependencies.

## Usage

Once installed, you can compile a PHP script like so:

`./compiler compile `

For example:

`./compiler compile source.php compiled.e`