Validation now outputs a Validated Interpreter Operation

This commit is contained in:
Yuriy Dupyn 2024-01-27 21:22:00 +01:00
parent 935d9814ae
commit 562e732138
6 changed files with 133 additions and 120 deletions

View file

@ -2,6 +2,7 @@
mod parsing;
mod validation;
mod core;
mod syntax;
pub use core::parse_and_validate;
pub use core::Error;