buildingenhancementgood first issue
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (PR metrics pending)
Description
about: Finish query parsing for omnidias labels: building
Summary
Finish the module for query parsing.
motivation
To execute simple queries and enable the db to function.
Proposal
- Have a tokenizer to breakdown the query.
- Pass the tokenized query to a query parser which will create sort of a ast to process the query
Additional Context
None right now.