aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2024-09-25 19:47:29 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2024-09-25 19:47:29 +0330
commitc409b8aaf6b6f63bd68a3356e146ab80b2ec8c4b (patch)
tree65ea5801fd910fc6bcff3f2e8f06b5fd7d249c78 /project
parentf79290084948f3cf140395c270c07cf29ca58e8d (diff)
fixed multiple variable definition bug
tried to implement import
Diffstat (limited to 'project')
-rwxr-xr-xproject1
1 files changed, 1 insertions, 0 deletions
diff --git a/project b/project
index 47da45b..0964681 100755
--- a/project
+++ b/project
@@ -12,6 +12,7 @@ function compile(){
gcc -Wall -Wextra -std=gnu23 -I./src/ -O3 \
./src/main.c \
+ ./src/compiler/source_code/source_code.c \
./src/compiler/error_helper/error_helper.c \
./src/compiler/lexer/lexer.c \
./src/compiler/parser/parser.c \