Commit graph

20 commits

Author SHA1 Message Date
5a2a51fb77
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2025-04-19 21:01:29 +02:00
497953f758
Improve repl autocorrect and error handling
* Combine comparison algorithims for autocorrect

* clear zephyr functions

* remove redundant comments because co-pilot is stupid and i probably will never try to use it again

* implement basic tab completion

* fix unused items

* Make workflow check code quality

* split code quality into its own file

* make action fail on bad formatting

* change workflow to nightly

* f it, code quality is considered breaking

* fix forgetting to set toolchain back to nightly when rewriting workflow (😔)

* Add condition for too little arguments

* run cargo fmt

* remove unneeded feature directive
2025-04-19 21:01:28 +02:00
2585ae3383
apply clippy changes 2025-04-19 21:01:08 +02:00
382f3c1ef2
fix formatting 2025-04-19 21:01:05 +02:00
0a4a89d142
fix tokio runtime stack overflow due to recursion 2025-04-19 21:01:04 +02:00
9750cefb29
exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-19 21:01:02 +02:00
e41464c653
check command similarity 2025-04-19 21:00:59 +02:00
9f095783a2
change the look of autocompletion 2025-04-19 21:00:57 +02:00
df08cc5378
make repl support strings via both double and single quotes 2025-04-19 21:00:56 +02:00
9c4d5f2769
fix unwrap errors 2025-04-19 21:00:52 +02:00
74cc9bccaa
add rust formatting rules 2025-04-19 21:00:50 +02:00
63b983b08f
print logging state upon change 2025-04-19 21:00:49 +02:00
eatmynerds
4c942c5a23
Control logging using key events 2025-04-19 21:00:39 +02:00
a8c8a8c468
add zephyr ECS subcrate 2025-04-19 21:00:19 +02:00
1797bc7cda
replace reedline with rustyline 2025-04-19 21:00:10 +02:00
Jason Spalti
cfe961ab71
Refactor logging system to switch between stdout and file logging
* Refactor logging to switch between stdout and file logging

* Use "clear" instead of "tput reset" for unix

* Remove redundant comments
2025-04-19 20:59:48 +02:00
Jason Spalti
fede81b5b1
Add descriptions to commands and improve REPL display formatting 2025-04-19 20:58:50 +02:00
71ad70917e
draw with wgpu 2025-04-19 20:58:49 +02:00
ae85be1699
WINIT WINDOW!!!! 2025-04-19 20:58:42 +02:00
408f351332 Basic repl 2024-12-01 16:02:06 -05:00