Add TOKEN_PIPEPIPE token for '||' syntax, implement or() parsing function with CODE_OR bytecode, and add VM interpreter logic that short-circuits on truthy left operand. Update .gitignore to exclude *.xccheckout files, extend test coverage for falsy behavior in and.wren and if.wren, and add comprehensive or.wren test suite verifying short-circuit semantics and truthiness rules.
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
# Output directory.
|
|
build/
|
|
|
|
# XCode user-specific stuff.
|
|
xcuserdata/
|
|
*.xccheckout |