update file structure

This commit is contained in:
hugogogo
2026-05-06 17:51:07 +02:00
parent 0046409c89
commit 4b6ad34720
5 changed files with 172 additions and 162 deletions

View File

@@ -14,7 +14,7 @@
#include <termios.h> // For tcflush() and TCIFLUSH
/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* COMPUTORV1.C
* MAIN.C
*/
typedef enum
@@ -24,6 +24,12 @@ typedef enum
MODE_LOOP, //
} e_program_mode;
/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* COMPUTORV1.C
*/
void launch_computorv1(char *input);
/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* LEXER.C
*/