AkaiLang/src/ast/mod.rs
2025-08-05 23:00:59 +02:00

8 lines
74 B
Rust

use std::ops::Range;
use crate::ast::op::Op;
pub mod op;
pub mod ast;