phase29aq(p1): add stdlib scan/parse/split subsets

This commit is contained in:
2025-12-31 11:02:01 +09:00
parent e360ea7de7
commit cedecb8301
19 changed files with 310 additions and 58 deletions

View File

@ -1,5 +1,5 @@
---
Status: Planned
Status: Done
Scope: stdlib subsets (index_of/last_index_of, parse_integer, split)
Related:
- docs/development/current/main/phases/phase-29aq/README.md

View File

@ -54,4 +54,10 @@ Plan/Composer subsets (or mark unsupported) before adding new subsets.
## Next (planned)
## Progress
- P1: Add stdlib subsets in priority order (index_of/last_index_of → parse_integer → split).
## Next (planned)
- P2: Extend stdlib scan subsets (candidate: index_of_string, to_upper).