merge, fmt, clippy

This commit is contained in:
Anton-4 2020-12-29 20:42:58 +01:00
commit 862a85698c
56 changed files with 3784 additions and 512 deletions

View file

@ -28,6 +28,7 @@ use winit::event_loop::ControlFlow;
pub mod ast;
mod buffer;
mod colors;
mod def;
pub mod error;
pub mod expr;
pub mod file;