multiline shell, yay!
This commit is contained in:
parent
5bdf409a1f
commit
67af8bbd47
8 changed files with 76 additions and 48 deletions
|
|
@ -101,7 +101,6 @@ pub const STORE_DOCSTRING: &str = "allows user to define functions and variables
|
|||
(def useless-var)";
|
||||
|
||||
pub fn store_callback(ast: &Seg, syms: &mut SymTable, env_cfg: bool) -> Result<Ctr, String> {
|
||||
println!("def: {}", ast);
|
||||
let is_var = ast.len() == 3;
|
||||
if let Ctr::Symbol(ref identifier) = *ast.car {
|
||||
match &*ast.cdr {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue