mirror of
https://github.com/rm-dr/daisy
synced 2025-07-01 06:33:34 -07:00
Added simple commands
This commit is contained in:
16
src/main.rs
16
src/main.rs
@ -1,26 +1,12 @@
|
||||
pub mod tokens;
|
||||
pub mod parser;
|
||||
pub mod command;
|
||||
pub mod quantity;
|
||||
|
||||
//use crate::tokens::Token;
|
||||
//use crate::parser::ParserError;
|
||||
//use crate::parser::LineLocation;
|
||||
|
||||
|
||||
/*
|
||||
Greeter ascii art:
|
||||
|
||||
###### @@@@@@
|
||||
# ##@@ @
|
||||
## #@ @@
|
||||
@@@@@@@@@@@@@
|
||||
@@ @# ##
|
||||
@ @@## #
|
||||
@@@@@@ ######
|
||||
|
||||
Daisy 0.0.0
|
||||
*/
|
||||
|
||||
mod entry;
|
||||
use crate::entry::main_e;
|
||||
|
||||
|
Reference in New Issue
Block a user