reifydb_testing/testscript/mod.rs
1// SPDX-License-Identifier: AGPL-3.0-or-later
2// Copyright (c) 2026 ReifyDB
3
4// This file includes portions of code from https://github.com/erikgrinaker/goldenscript (Apache 2 License).
5// Original Apache 2 License Copyright (c) erikgrinaker 2024.
6
7pub mod command;
8pub mod parser;
9pub mod runner;