From 994a4d5dbc37725364c95a3cf1d9235eda1c05bd Mon Sep 17 00:00:00 2001 From: git-user-cpp Date: Thu, 26 Jun 2025 15:10:39 +0300 Subject: [PATCH] added todo reminder --- src/queries/parser.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/queries/parser.rs b/src/queries/parser.rs index 716ac06..41278d5 100644 --- a/src/queries/parser.rs +++ b/src/queries/parser.rs @@ -15,3 +15,5 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + +// TODO: implement parser https://github.com/git-user-cpp/jsdb/issues/22 \ No newline at end of file