selfhost(pyvm): MiniVmPrints – prefer JSON route early-return (ok==1) to avoid fallback loops; keep default behavior unchanged elsewhere
This commit is contained in:
9
apps/tests/dev_parse_include_prints.nyash
Normal file
9
apps/tests/dev_parse_include_prints.nyash
Normal file
@ -0,0 +1,9 @@
|
||||
using selfhost.vm.prints as MiniVmPrints
|
||||
|
||||
static box Main {
|
||||
main(args) {
|
||||
// do nothing; this just forces including MiniVmPrints
|
||||
return 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user