better autocomplete system

This commit is contained in:
Simon Gardling
2022-03-29 11:18:27 -04:00
parent 309b53cf4b
commit f9e523f320
6 changed files with 300 additions and 160 deletions

View File

@@ -9,6 +9,7 @@ mod function;
mod function_output;
mod misc;
mod parsing;
mod suggestions;
// For running the program natively! (Because why not?)
#[cfg(not(target_arch = "wasm32"))]