Function pretty_variable_declaration

Source
pub fn pretty_variable_declaration(
    symbol_table: &SymbolTable,
    var_name: &Name,
) -> Option<String>
Expand description

Pretty prints, in essence syntax, the variable declaration for the given symbol.

E.g.

a: int(1..5)

Returns None if the symbol is not in the symbol table