mirror of
https://review.haiku-os.org/haiku
synced 2025-02-12 00:28:19 +01:00
This way, we can handle parse trees of arbitrary depth without running into stack overflows. Of course, evaluation is still a problem... While at it, use "const char*" everywhere, and also put the query parser into an Init() function so we can return more statuses than just B_BAD_VALUE. Part of #18692. Change-Id: Ib81e6545935ce484df10dfe36ca4ffcf2b3cd607 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7710 Reviewed-by: waddlesplash <waddlesplash@gmail.com>