Commit graph

13 commits

Author SHA1 Message Date
5b0683dc94
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2025-04-21 20:12:07 -04:00
2bc2c53379
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-21 20:12:05 -04:00
77a13cc11b
apply clippy changes 2025-04-21 20:12:04 -04:00
52aafba7cf
exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-21 20:11:58 -04:00
e0cfbd0fd2
fix unwrap errors 2025-04-21 20:11:51 -04:00
eatmynerds
728d908d4a
Control logging using key events 2025-04-21 20:11:46 -04:00
d00c7aa66b
add zephyr ECS subcrate 2025-04-21 20:11:39 -04:00
b3eb808297
replace reedline with rustyline 2025-04-21 20:11:34 -04:00
Jason Spalti
0e83a18f9b
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-21 20:11:27 -04:00
Jason Spalti
4f8d91c625
Add descriptions to commands and improve REPL display formatting 2025-04-21 20:11:23 -04:00
5843d38262
draw with wgpu 2025-04-21 20:11:21 -04:00
f875ffd066
WINIT WINDOW!!!! 2025-04-21 20:11:20 -04:00
662ea67aa0
Basic repl 2025-04-21 20:10:44 -04:00