meta: split into independent repo; add build system, frontend

This commit is contained in:
2025-11-16 20:07:22 +00:00
parent cfcdcd9cea
commit f0bb29a11a
10 changed files with 687 additions and 1 deletions

10
tool/cmd/cmd.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef CMD_CMD_H_
#define CMD_CMD_H_
enum command_id {
CMD_ROOT,
CMD_VALIDATE,
CMD_INTERNAL,
};
#endif