Added Constants

Fixed treeify bug
This commit is contained in:
2023-03-24 20:21:48 -07:00
parent 5fc7a7922e
commit cafe1c9c64
5 changed files with 113 additions and 91 deletions

View File

@ -13,7 +13,6 @@ use crate::promptbuffer::PromptBuffer;
use crate::parser::Token;
//use crate::parser::ParserError;
use crate::parser::LineLocation;
use crate::parser::Eval;
fn draw_line(
@ -122,7 +121,7 @@ fn main() -> Result<(), std::io::Error> {
_ => {}
};
};
draw_line(
&mut stdout,
pb.get_contents(),