phase: 20.49 COMPLETE; 20.50 Flow+String minimal reps; 20.51 selfhost v0/v1 minimal (Option A/B); hv1-inline binop/unop/copy; docs + run_all + CURRENT_TASK -> 21.0
This commit is contained in:
@ -28,7 +28,7 @@ echo [build_llvm_windows] Build successful!
|
||||
|
||||
REM Build ny-echo-lite
|
||||
echo [build_llvm_windows] Building ny-echo-lite...
|
||||
powershell -ExecutionPolicy Bypass -File tools\build_llvm.ps1 apps\tests\ny-echo-lite\main.nyash -Out app_echo.exe
|
||||
powershell -ExecutionPolicy Bypass -File tools\build_llvm.ps1 apps\tests\ny-echo-lite\main.hako -Out app_echo.exe
|
||||
|
||||
echo [build_llvm_windows] Done!
|
||||
endlocal
|
||||
@ -124,7 +124,7 @@ if errorlevel 1 (
|
||||
)
|
||||
|
||||
echo [OK] Build complete.
|
||||
echo [HINT] AOT→EXE: powershell -ExecutionPolicy Bypass -File tools\build_llvm.ps1 apps\tests\ny-echo-lite\main.nyash -Out app_echo.exe
|
||||
echo [HINT] AOT→EXE: powershell -ExecutionPolicy Bypass -File tools\build_llvm.ps1 apps\tests\ny-echo-lite\main.hako -Out app_echo.exe
|
||||
|
||||
endlocal
|
||||
exit /b 0
|
||||
|
||||
@ -10,7 +10,7 @@ cargo build --release --features llvm
|
||||
|
||||
REM Build ny-echo-lite to exe
|
||||
echo Building ny-echo-lite...
|
||||
powershell -ExecutionPolicy Bypass -File tools\build_llvm.ps1 apps\tests\ny-echo-lite\main.nyash -Out app_echo.exe
|
||||
powershell -ExecutionPolicy Bypass -File tools\build_llvm.ps1 apps\tests\ny-echo-lite\main.hako -Out app_echo.exe
|
||||
|
||||
echo Done!
|
||||
endlocal
|
||||
Reference in New Issue
Block a user