Start generating documentation for built-in types and functions
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
mod macros;
|
||||
#[cfg(test)]
|
||||
mod test;
|
||||
|
||||
@@ -14,6 +15,10 @@ use tokenizer::{
|
||||
};
|
||||
use tree_node::*;
|
||||
|
||||
pub trait Documentation {
|
||||
fn docs(&self) -> String;
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
/// A macro to create a boxed value.
|
||||
macro_rules! boxed {
|
||||
|
||||
Reference in New Issue
Block a user