1// SPDX-License-Identifier: Apache-2.0
2// Copyright (c) 2026 ReifyDB
34// This file includes portions of code from https://github.com/erikgrinaker/goldenscript (Apache 2 License).
5// Original Apache 2 License Copyright (c) erikgrinaker 2024.
67pub mod command;
8pub mod parser;
9pub mod runner;