- Update phase indicator to Phase 15 (Self-Hosting) - Update documentation links to Phase 15 resources - Reflect completion of R1-R5 tasks and ongoing work - Fix CURRENT_TASK.md location to root directory Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
240 B
PowerShell
7 lines
240 B
PowerShell
Param()
|
|
$ErrorActionPreference = 'Stop'
|
|
$here = Split-Path -Parent $MyInvocation.MyCommand.Path
|
|
$root = Join-Path $here '..' | Resolve-Path
|
|
|
|
& (Join-Path $root 'target\release\nyash.exe') (Join-Path $root 'apps\ny-parser-nyash\main.nyash')
|