mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
5 lines
210 B
Batchfile
5 lines
210 B
Batchfile
|
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
|