Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE-0023: Retaining text/regexp match start/end locations #23

Merged
merged 1 commit into from
Jun 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
17 changes: 17 additions & 0 deletions proposals/0023-match-locations.md
Original file line number Diff line number Diff line change
@@ -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)