lun-4 / awtfdb

the Anime Woman's Tagged File Data Base.
MIT License
37 stars 2 forks source link

afind's query language is not fully implemented #6

Open lun-4 opened 2 years ago

lun-4 commented 2 years ago

at the moment parenthesis support is not done, also NOT flags are not done.

already had too much pain trying to write 3 different solutions to the tag query language. the current one is a bunch of regex, lmao.

maybe some kind of compiler with AST that targets SQL would be a better architecture for the query language's needs? not sure.