ranveerchaudhary/omnidias

OM0001 - Finalize query parsing

Open

#3 opened on Aug 31, 2025

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Rust (0 forks)auto 404
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

  1. Have a tokenizer to breakdown the query.
  2. Pass the tokenized query to a query parser which will create sort of a ast to process the query

Additional Context

None right now.

Contributor guide