mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
4 lines
210 B
Batchfile
Executable file
4 lines
210 B
Batchfile
Executable file
bison -p php -v -d language-parser.y
|
|
plex -x -m %3 -Pphp -olanguage-scanner.c -i language-scanner.lex
|
|
bison -p cfg -v -d configuration-parser.y
|
|
flex -Pcfg -oconfiguration-scanner.c -i configuration-scanner.lex
|