mir: implement proper short-circuit lowering (&&/||) via branch+phi; vm: add NYASH_VM_TRACE exec/phi logs and reg_load diagnostics; vm-fallback: minimal Void guards (push/get_position/line/column), MapBox.birth no-op; smokes: filter builtin Array/Map plugin notices; docs: CURRENT_TASK updated
This commit is contained in:
6
basic_test.nyash
Normal file
6
basic_test.nyash
Normal file
@ -0,0 +1,6 @@
|
||||
static box BasicTest {
|
||||
main() {
|
||||
print("Hello from BasicTest")
|
||||
return 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user