mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-08 13:49:47 +00:00
Import glob2regex
It's still missing ast optimization and some code cleanup is also needed, but it should be working in the general case. Also write a small unit test for it.
This commit is contained in:
parent
cfcbcce9e9
commit
05aaaebe0d
11 changed files with 465 additions and 0 deletions
|
@ -119,6 +119,7 @@ add_subdirectory(src/pq)
|
|||
add_subdirectory(src/common)
|
||||
add_subdirectory(src/machinery)
|
||||
add_subdirectory(lib/pbl)
|
||||
add_subdirectory(lib/glob2regex)
|
||||
|
||||
#Actions
|
||||
add_subdirectory(src/main)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue