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

https://github.com/zephir-lang/libzephir

Implementation of the Zephir programming language as a C library.
https://github.com/zephir-lang/libzephir

c c-library lib zephir zephir-language zephir-parser

Last synced: about 1 year ago
JSON representation

Implementation of the Zephir programming language as a C library.

Awesome Lists containing this project

README

          

libzephir - Implementation of the Zephir programming language as a library.
https://zephir-lang.com

What is Zephir
==============

Zephir is a high level 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.

Current Build Status
====================

The Zephir Library is built under the Travis CI service. Every commit pushed
to this repository will queue a build into the continuous integration service
and will run all tests to ensure that everything is going well and the project
is stable. To check current build status folow:
https://travis-ci.org/zephir-lang/libzephir

License
=======

The Zephir Library is open-sourced software licensed under the MIT License.
See the LICENSE file for more information.