LLNet / zephir

A high level programming language that eases the creation and maintainability of extensions for PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zephir

Build on Linux

Work In Progress. Do not use at production systems.

Zephir - (Zend Engine Php Intrmediate), - is a high level programming language that eases the creation and maintainability of extensions for PHP. Zephir extensions are exported to C code that can be compiled and optimized by major C compilers such as gcc/clang/vc++. Functionality is exposed to the PHP language.

Documentation

Community

Contributing

Zephir is an Open Source, community-driven project. See CONTRIBUTING.md for details about contributions to this repository.

License

Zephir licensed under the MIT License. See the LICENSE file for more information.

About

A high level programming language that eases the creation and maintainability of extensions for PHP.

License:MIT License


Languages

Language:Haskell 100.0%