This commit changes some of the functions in the Query module and changes the overall way to parse queries. Instead of using the words'' split function, this commit starts to fully parse the query, as it's seen as a type of expression. AND, OR, NOT, and space operators can be used. The space operator simulates the behaviour from before, leaving a minimal amount of tests that need to be adjusted to comply to the new behaviour. |
||
|---|---|---|
| .. | ||
| Data | ||
| Read | ||
| Reports | ||
| Utils | ||
| Data.hs | ||
| Query.hs | ||
| Read.hs | ||
| Reports.hs | ||
| Utils.hs | ||