pascal 0.1.4

A modern Pascal compiler with build/intepreter/package manager built with Rust
Documentation
1
2
3
4
5
6
// Integration tests module

mod integration_tests;
mod cli_tests;
mod comprehensive_tests;
mod complex_validation_tests;