We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2d4d2 commit 906a151Copy full SHA for 906a151
.ci/build-win32.bat
@@ -14,6 +14,9 @@ cl lemon.c
14
DEL zephir.c zephir.h parser.c scanner.c
15
re2c -o scanner.c scanner.re
16
lemon -s zephir.lemon
17
-ECHO "#include ^<php.h^>" > parser.c
+
18
+ECHO Generating parser.c
19
20
+ECHO #include ^<php.h^> > parser.c
21
TYPE zephir.c >> parser.c
22
TYPE base.c >> parser.c
0 commit comments