refactoring

This commit is contained in:
Simon Gardling
2022-04-21 23:25:33 -04:00
parent 06b062b5b4
commit 5d153f4842
14 changed files with 166 additions and 271 deletions

View File

@@ -6,11 +6,10 @@ extern crate static_assertions;
mod autocomplete_helper;
mod consts;
mod function;
mod function_entry;
mod function_handling;
mod math_app;
mod misc;
mod parsing;
mod suggestions;
mod widgets;
cfg_if::cfg_if! {