-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Write parser to produce AST for searchbar input.
Rules:
- Commands -> [prefix] = ":"
- Unicode -> [prefix] = "U+"
- Tags -> [prefix] = None
- [operants] = "!" (not), "&" (and), " " (and), "|" (or)
- Note: Tags can be seperated by operants or space; space is interpreted as and
- Tag can be entered partially, all tags matching will be selected