mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
4 lines
231 B
Batchfile
Executable file
4 lines
231 B
Batchfile
Executable file
d:\mingw32\bin\bison -p php -v -d language-parser.y
|
|
flex -Pphp -olanguage-scanner.c -i language-scanner.lex
|
|
d:\mingw32\bin\bison -p cfg -v -d configuration-parser.y
|
|
flex -Pcfg -oconfiguration-scanner.c -i configuration-scanner.lex
|