1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

Added reference to parser generator

This commit is contained in:
Dmitry Stogov
2019-02-20 10:26:56 +03:00
parent a3e3fa78f2
commit 6e17fbefde
+4
View File
@@ -299,3 +299,7 @@ sudo make install
### Real Usage
FFI extension was used to implement [PHP TensorFlow binding](https://github.com/dstogov/php-tensorflow)
### FFI Parser
FFI C parser is generated using [LLK](https://github.com/dstogov/llk).