selfhosting: move ny-parser-nyash into apps/selfhost/, add Ny-only dev loop and initial dep tree tools; add docs plan; make dev/dev-watch
This commit is contained in:
8
Makefile
8
Makefile
@ -33,3 +33,11 @@ fmt:
|
||||
|
||||
lint:
|
||||
cargo clippy --all-targets --all-features -- -D warnings || true
|
||||
|
||||
# --- Self-hosting dev helpers (Ny-only inner loop) ---
|
||||
dev:
|
||||
./tools/dev_selfhost_loop.sh --std -v -- --using-path apps/selfhost:apps apps/selfhost-minimal/main.nyash
|
||||
|
||||
dev-watch:
|
||||
./tools/dev_selfhost_loop.sh --watch --std -v -- --using-path apps/selfhost:apps apps/selfhost-minimal/main.nyash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user