File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change
1
+ # This file is part of the Zephir Parser.
2
+ #
3
+ # (c) Zephir Team <[email protected] >
4
+ #
5
+ # For the full copyright and license information, please view
6
+ # the LICENSE file that was distributed with this source code.
7
+
1
8
Write-Output " -- Compiling Lemon parser..."
2
9
$LemonSrc = Join-Path - Path ' ./parser' - ChildPath ' lemon.c'
3
10
$LemonBin = Join-Path - Path ' ./parser' - ChildPath ' lemon.exe'
Original file line number Diff line number Diff line change @@ -118,13 +118,6 @@ jobs:
118
118
run : |
119
119
call C:\tools\php-sdk\bin\phpsdk_setvars.bat
120
120
powershell.exe -File .\.ci\lemon-parser.ps1
121
- # CD parser
122
- # DEL zephir.c zephir.h parser.c scanner.c
123
- # re2c -o scanner.c scanner.re
124
- # lemon -s zephir.lemon
125
- # ECHO #include ^<php.h^> > parser.c
126
- # TYPE zephir.c >> parser.c
127
- # TYPE base.c >> parser.c
128
121
129
122
- name : Build Zephir Parser (phpize)
130
123
shell : cmd
You can’t perform that action at this time.
0 commit comments