mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
5 lines
210 B
Batchfile
Executable File
5 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
|