Added reference to parser generator

This commit is contained in:
Dmitry Stogov 2019-02-20 10:26:56 +03:00
parent a3e3fa78f2
commit 6e17fbefde

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).