frontend: add command for internal debugging functionality

This commit is contained in:
2024-11-19 15:22:58 +00:00
parent 7c42bf7bc9
commit 7eab36aa5f
2 changed files with 61 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ enum command_id {
CMD_ASSEMBLE,
CMD_COMPILE,
CMD_REPL,
CMD_INTERNAL,
};
#endif