From 75ee6b3a0276f349d5f33035f5cf51a9734c8d21 Mon Sep 17 00:00:00 2001 From: Zed Lopez Date: Sun, 11 Jun 2023 14:11:07 -0700 Subject: [PATCH] IE-0023 --- README.md | 3 ++- proposals/0023-match-locations.md | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 proposals/0023-match-locations.md diff --git a/README.md b/README.md index 8d56974..b21b6d0 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,5 @@ _(IE-0011) New data structures_ (still drafting: see pull request) [(IE-0019) Unicode command parser](proposals/0019-unicode-command-parser.md) | 15 May 2023 | Implemented but unreleased | [PR#19](https://github.com/ganelson/inform-evolution/pull/19) [(IE-0021) No automatic plural synonyms use option](proposals/0021-no-automatic-plural-synonyms.md) | 7 June 2023 | Implemented but unreleased | [PR#21](https://github.com/ganelson/inform-evolution/pull/21) [(IE-0022) Tidying the startup sequence](proposals/0022-startup.md) | 11 June 2023 | In progress | [PR#22](https://github.com/ganelson/inform-evolution/pull/22) -[(IE-0024) Reorganisation of standard kits](proposals/0024-reorganisation-of-standard-kits.md) | 11 June 2023 | Implemented but unreleased | [PR#21](https://github.com/ganelson/inform-evolution/pull/21) +[(IE-0023) Retaining text/regexp match start/end locations](proposals/0023--match-locations.md) | 11 June 2023 | In progress | [PR#23](https://github.com/ganelson/inform-evolution/pull/23) +[(IE-0024) Reorganisation of standard kits](proposals/0024-reorganisation-of-standard-kits.md) | 11 June 2023 | Implemented but unreleased | [PR#24](https://github.com/ganelson/inform-evolution/pull/24) diff --git a/proposals/0023-match-locations.md b/proposals/0023-match-locations.md new file mode 100644 index 0000000..7e8ceb5 --- /dev/null +++ b/proposals/0023-match-locations.md @@ -0,0 +1,17 @@ +# (IE-0023) Retaining text/regexp match start/end locations + +* Proposal: [IE-0023](0023-match-locations.md) +* Discussion PR link: [#23](https://github.com/ganelson/inform-evolution/pull/23) +* Author: Zed Lopez +* Language feature name: None +* Status: In progress +* Related proposals: None +* Implementation: In progress + +## Summary + +Retain the start and end text indices of text/regexp matches and provide phrases +to make them available to Inform 7. + +(Placeholder; more to come) +