Added the ability to throw an error

This commit is contained in:
Nate Choe
2022-02-10 09:30:54 -06:00
parent 8ae835510e
commit e5967f7ead
10 changed files with 56 additions and 28 deletions

View File

@@ -24,6 +24,7 @@
typedef enum {
READ,
EXEC,
THROW,
} Command;
typedef struct {