Add bucket.rs

This commit is contained in:
Richard Feldman 2020-10-21 21:48:01 -04:00
parent 9870aaf26c
commit bf7f1d49e2
5 changed files with 224 additions and 0 deletions

View file

@ -20,6 +20,7 @@ use winit::event_loop::ControlFlow;
pub mod ast;
pub mod text_state;
pub mod bucket;
/// The editor is actually launched from the CLI if you pass it zero arguments,
/// or if you provide it 1 or more files or directories to open on launch.