//! Integration tests for the BASIC compiler
// Copyright (c) 2025-2026 Jeff Garzik
// SPDX-License-Identifier: MIT
mod common;
mod arithmetic;
mod arrays;
mod control;
mod data;
mod file_io;
mod input;
mod math;
mod print;
mod procedures;
mod strings;
mod types;
mod variables;