Skip to content

Commit

Permalink
remove some already-done TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflint committed Dec 2, 2024
1 parent 2e1585b commit 407f699
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h4 align="center">Struct-based argument parsing for Go</h4>
<h4 align="center">Struct-based regular expressions for Go</h4>
<p align="center">
<a href="https://pkg.go.dev/github.com/alexflint/go-restructure"><img src="https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square" alt="Documentation"></a>
<a href="https://github.com/alexflint/go-restructure/actions"><img src="https://github.com/alexflint/go-restructure/workflows/Go/badge.svg" alt="Build Status"></a>
Expand Down
3 changes: 0 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
## TODO
- repeated subexpressions
- FindAll
- optional terminal matches (look at top node in AST)
- remove OpCaptures from terminals
- recognize some special restructure.Submatch struct and populate the begin/end position
- some way to get the entire string and begin/end position for a matched struct

0 comments on commit 407f699

Please sign in to comment.