From 1c4cc5977b1b948559e8679710fb1d1817209751 Mon Sep 17 00:00:00 2001 From: Danil Ovchinnikov Date: Sun, 11 Sep 2022 20:33:44 +0300 Subject: [PATCH] Add KPHP compiler --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a59559f..ea16518 100644 --- a/README.md +++ b/README.md @@ -848,6 +848,11 @@ Libraries to help manage database schemas and migrations. * [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook. * [PeachPie](https://github.com/peachpiecompiler/peachpie) - PHP compiler and runtime for .NET and .NET Core. +### Compilers +*Compilers to translate PHP into other programming languages.* + +* [KPHP](https://github.com/VKCOM/kphp) - A compiler that translates PHP to C++. + ### Text Editors and IDEs *Text Editors and Integrated Development Environments (IDE) with support for PHP.*