serene-golang-implementation/src/core.rs

4 lines
49 B
Rust
Raw Normal View History

2020-06-16 09:27:32 +01:00
pub trait Expression {
fn gen_code(&self);
}