Skip to content

E100-PEAR/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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 <source file> <compiled file>

For example:

./compiler compile source.php compiled.e

About

Compiles PHP to the E100 Assembly Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published