Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vkcom/kphp-tools

A set of independent tools to work with KPHP compiled code
https://github.com/vkcom/kphp-tools

kphp

Last synced: about 2 months ago
JSON representation

A set of independent tools to work with KPHP compiled code

Awesome Lists containing this project

README

        

# kphp-tools

A set of independent tools to work with KPHP compiled code (tons of *.cpp/.h* files as a result of PHP→C++ codegeneration).

So, this is not a part of the compiler, but just helpers for development.

## Tools list

Each of them has its own README and instruction usage, so follow links.

* [**kphp-inspector**](./kphp-inspector) — query and examine KPHP output folder: quickly find functions sources, analyze inferred local vars, etc

* [**kphp-diff-comparator**](./kphp-diff-comparator) — compare two KPHP outputs: see difference between two versions of one site or when a site was compiled by different KPHP versions