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
This commit is contained in:
parent
ccf686da07
commit
0aec5c0eeb
8 changed files with 170 additions and 42 deletions
15
test.zensh
15
test.zensh
|
@ -1,4 +1,11 @@
|
|||
echo ping
|
||||
echo pong
|
||||
exec test.zensh
|
||||
break
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
echo "Hello World"
|
||||
echo "hello world"; hello
|
Loading…
Add table
Add a link
Reference in a new issue