From 282e5bfa85164bf47254982a9f90fcb33395a477 Mon Sep 17 00:00:00 2001 From: Alvin Cheng <88267875+cheng-alvin@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:00:39 +1100 Subject: [PATCH] Update parse.h --- include/parse.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/parse.h b/include/parse.h index a259127b..8051f27a 100644 --- a/include/parse.h +++ b/include/parse.h @@ -5,6 +5,8 @@ * Return type for the `parse` function, specifies the instruction's * name and its arguments. Shall be returned from the parser function's * output. + * + * TODO Revise docs for struct? */ typedef struct {