meta: rename frontend source directory

This commit is contained in:
2024-11-13 21:38:55 +00:00
parent 154b1c4dcc
commit 06bf9a3030
8 changed files with 1 additions and 1 deletions

11
frontend/cmd/cmd.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef CMD_CMD_H_
#define CMD_CMD_H_
enum command_id {
CMD_ROOT,
CMD_ASSEMBLE,
CMD_COMPILE,
CMD_REPL,
};
#endif