Clean up
This commit is contained in:
parent
f0cb4631ab
commit
6006de13e5
@ -3,7 +3,7 @@ use tree_sitter::Node;
|
||||
|
||||
use crate::{
|
||||
value_node::ValueNode, AbstractTree, BuiltInFunction, Error, Identifier, Index, Map, Result,
|
||||
Sublist, Value,
|
||||
Value,
|
||||
};
|
||||
|
||||
use super::{function_call::FunctionCall, logic::Logic, math::Math};
|
||||
|
@ -24,9 +24,9 @@ pub mod map;
|
||||
pub mod table;
|
||||
pub mod value_type;
|
||||
|
||||
/// Whale value representation.
|
||||
/// Dust value representation.
|
||||
///
|
||||
/// Every whale variable has a key and a Value. Variables are represented by
|
||||
/// Every dust variable has a key and a Value. Variables are represented by
|
||||
/// storing them in a VariableMap. This means the map of variables is itself a
|
||||
/// value that can be treated as any other.
|
||||
#[derive(Debug, Clone, Default)]
|
||||
|
Loading…
Reference in New Issue
Block a user