Merge pull request #129 from mike-lloyd03/public_kalkerror

Make KalkError public
This commit is contained in:
PaddiM8 2023-12-25 01:13:26 +01:00 committed by GitHub
commit c1d8ceb646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
mod analysis;
pub mod ast;
pub mod calculation_result;
mod errors;
pub mod errors;
mod integration_testing;
mod interpreter;
mod inverter;