flowcode-core 0.4.3-alpha

Core execution engine for FlowCode data scripting language
Documentation
1
2
3
4
5
6
7
8
# Native CLI Tests

This directory contains test suites for the native backend of FlowCode, focusing on core functionality without DuckDB dependencies. Tests here cover command execution, parsing, type system, and other foundational components.

## Key Test Files
- `executor_tests.rs`: Tests for command execution logic.
- `parser_tests.rs`: Tests for command parsing.
- `type_system_tests.rs`: Tests for type handling and coercion.