Phase 10.7/10.5c: include cycle detection (VM/Interpreter), minimal pyc IR→Nyash, String unification bridge (VM partial), add core plugins: RegexBox/EncodingBox/TOMLBox/PathBox + examples; wire nyash.toml; begin String interop for internal vs plugin boxes; update CURRENT_TASK.md
This commit is contained in:
8
examples/regex_min.nyash
Normal file
8
examples/regex_min.nyash
Normal file
@ -0,0 +1,8 @@
|
||||
static box Main {
|
||||
main() {
|
||||
local r = new RegexBox()
|
||||
r.compile("a+")
|
||||
return r.isMatch("caaab")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user