first commit

This commit is contained in:
Arthur Barraux
2025-06-02 10:27:04 +02:00
commit 04464ec2e7
11 changed files with 819 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef BLISP_DEFINE_H_
#define BLISP_DEFINE_H_
#define MAX_TOKEN_LENGTH 256
#define MAX_SYMBOL_LENGTH 128
#define MAX_STRING_LENGTH 512
#define MAX_ARGS 16
#endif