VKCOM / kphp

KPHP — a PHP compiler
https://vkcom.github.io/kphp/
GNU General Public License v3.0
1.36k stars 92 forks source link

add stubs for internal classes #1093

Closed astrophysik closed 2 months ago

astrophysik commented 2 months ago

next part of https://github.com/VKCOM/kphp/pull/1078

General

Add notation /** @kphp-generate-stub-class */ for generating internal class stub. Also prohibit visitors for runtime light Main changes in /compiler, /runtime-core