1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/mtparser.bat
Zeev Suraski aceaabceff PHP 4.0
1999-04-07 21:05:13 +00:00

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