multiline shell, yay!
This commit is contained in:
parent
5bdf409a1f
commit
67af8bbd47
8 changed files with 76 additions and 48 deletions
|
|
@ -23,7 +23,6 @@ use crate::sym::{SymTable, call_lambda};
|
|||
* representing the simplest possible form of the input
|
||||
*/
|
||||
pub fn eval(ast: &Seg, syms: &mut SymTable) -> Result<Box<Ctr>, String> {
|
||||
println!("E: {}", ast);
|
||||
// data to return
|
||||
let mut ret = Box::from(Ctr::None);
|
||||
let mut first = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue