Files
marginal/src/main.rs
Kerdonov 30369cfdd3
All checks were successful
Test the running changes / Test (push) Successful in 35s
initial parser working
2025-12-11 01:46:57 +02:00

8 lines
42 B
Rust

mod ast;
mod parser;
fn main() {
}