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

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

WIP. Yet another implementation of the Zephir compiler
https://github.com/zephir-lang/zephirc

Last synced: about 1 year ago
JSON representation

WIP. Yet another implementation of the Zephir compiler

Awesome Lists containing this project

README

          

# [![Zephir][zephir logo]][web site]

[![Build Status][actions-badge]][actions link]
[![Coverage Status][coverage badge]][coverage link]
[![License: Apache 2.0][license badge]](./LICENSE)
[![Code Analytics][codacy badge]][codacy link]

[Zephir][web site] 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
* Official documentation is [located here][documentation]

## Contributing
Zephir is an Open Source, community-driven project.
See [CONTRIBUTING.md](./CONTRIBUTING.md) for details about contributions to this repository.

## License
Zephir licensed under the Apache License 2.0. See the [LICENSE](./LICENSE) file for more information.

[actions link]: https://github.com/zephir-lang/zephirc/actions
[actions-badge]: https://github.com/zephir-lang/zephirc/workflows/build/badge.svg
[coverage badge]: https://codecov.io/gh/zephir-lang/zephirc/branch/master/graph/badge.svg
[coverage link]: https://codecov.io/gh/zephir-lang/zephirc
[codacy badge]: https://api.codacy.com/project/badge/Grade/46d180aa04be4362974116452c4a1705
[codacy link]: https://app.codacy.com/gh/zephir-lang/zephirc
[web site]: https://zephir-lang.com
[documentation]: https://docs.zephir-lang.com
[zephir logo]: https://assets.phalconphp.com/zephir/zephir_logo-105x36.svg
[license badge]: https://img.shields.io/github/license/zephir-lang/zephirc.svg