feat: add rack mode, colon commands, and client command parser

This commit is contained in:
Loic Coenen
2026-05-16 23:15:07 +00:00
committed by Loic Coenen (aider)
parent c7df02d37c
commit 9fda1b2669
10 changed files with 560 additions and 43 deletions

View File

@@ -13,7 +13,7 @@ $(SUBDIRS):
$(MAKE) -C $@
test:
$(MAKE) -C engine test
# $(MAKE) -C engine test
$(MAKE) -C client test
clean: