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.
- Host: GitHub
- URL: https://github.com/zephir-lang/libzephir
- Owner: zephir-lang
- License: mit
- Created: 2017-11-05T21:31:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T05:33:44.000Z (almost 8 years ago)
- Last Synced: 2025-04-17T22:09:39.460Z (about 1 year ago)
- Topics: c, c-library, lib, zephir, zephir-language, zephir-parser
- Language: C
- Homepage: https://zephir-lang.com
- Size: 268 KB
- Stars: 7
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
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.