jsonpath-rust icon indicating copy to clipboard operation
jsonpath-rust copied to clipboard

Refactoring note. Placeholder.

Open besok opened this issue 2 years ago • 0 comments

Placeholder to myself or somebody to find some time to refactor the module in the following points

  • replace all expect with ok_or(..)
  • refactor grammar (it feels like we need to squash some levels)
  • rewrite ast prasing. (it feels there is the implementation that heavily relies on the knowledge of the grammar itself which can be painful to handle in some cases)
  • ensure that all possible cases are covered with tests

besok avatar Nov 22 '23 09:11 besok