added grammar files
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/// A node that is evaluable to type `T`
|
||||
pub trait Evaluable<T> {
|
||||
fn evaluate(&self) -> T;
|
||||
}
|
||||
Reference in New Issue
Block a user