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
- Host: GitHub
- URL: https://github.com/zephir-lang/zephirc
- Owner: zephir-lang
- License: apache-2.0
- Created: 2019-10-09T20:00:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T13:14:07.000Z (almost 6 years ago)
- Last Synced: 2025-04-23T07:55:32.034Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 1.43 MB
- Stars: 7
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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