aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMustafa Quraish <[email protected]>2022-01-30 01:19:54 -0500
committerMustafa Quraish <[email protected]>2022-01-30 01:19:54 -0500
commit5b87ec6ef2b84f1d319e5376bcf9eedea9829d79 (patch)
treef1afa80f034a1cd73192510046978435252e1160
parentRemove return-0 example (diff)
downloadcup-5b87ec6ef2b84f1d319e5376bcf9eedea9829d79.tar.xz
cup-5b87ec6ef2b84f1d319e5376bcf9eedea9829d79.zip
Rename `cup` directory to `src`
-rwxr-xr-xcompile.sh2
-rw-r--r--src/ast.c (renamed from cup/ast.c)0
-rw-r--r--src/ast.h (renamed from cup/ast.h)0
-rw-r--r--src/common.h (renamed from cup/common.h)0
-rw-r--r--src/generator.c (renamed from cup/generator.c)0
-rw-r--r--src/generator.h (renamed from cup/generator.h)0
-rw-r--r--src/lexer.c (renamed from cup/lexer.c)0
-rw-r--r--src/lexer.h (renamed from cup/lexer.h)0
-rw-r--r--src/main.c (renamed from cup/main.c)0
-rw-r--r--src/parser.c (renamed from cup/parser.c)0
-rw-r--r--src/parser.h (renamed from cup/parser.h)0
-rw-r--r--src/tokens.c (renamed from cup/tokens.c)0
-rw-r--r--src/tokens.h (renamed from cup/tokens.h)0
-rw-r--r--src/utils.c (renamed from cup/utils.c)0
-rw-r--r--src/utils.h (renamed from cup/utils.h)0
15 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 9568907..fa24474 100755
--- a/compile.sh
+++ b/compile.sh
@@ -2,7 +2,7 @@
CC=gcc
CFLAGS="-Wall -Wextra -Werror -ggdb3"
-SRCS=cup/*.c
+SRCS=src/*.c
set -xe
diff --git a/cup/ast.c b/src/ast.c
index 6e33de1..6e33de1 100644
--- a/cup/ast.c
+++ b/src/ast.c
diff --git a/cup/ast.h b/src/ast.h
index 22a7283..22a7283 100644
--- a/cup/ast.h
+++ b/src/ast.h
diff --git a/cup/common.h b/src/common.h
index 20d057f..20d057f 100644
--- a/cup/common.h
+++ b/src/common.h
diff --git a/cup/generator.c b/src/generator.c
index 6a95d0c..6a95d0c 100644
--- a/cup/generator.c
+++ b/src/generator.c
diff --git a/cup/generator.h b/src/generator.h
index 602cf3a..602cf3a 100644
--- a/cup/generator.h
+++ b/src/generator.h
diff --git a/cup/lexer.c b/src/lexer.c
index ea095ba..ea095ba 100644
--- a/cup/lexer.c
+++ b/src/lexer.c
diff --git a/cup/lexer.h b/src/lexer.h
index f710d3d..f710d3d 100644
--- a/cup/lexer.h
+++ b/src/lexer.h
diff --git a/cup/main.c b/src/main.c
index 15460ff..15460ff 100644
--- a/cup/main.c
+++ b/src/main.c
diff --git a/cup/parser.c b/src/parser.c
index cfb5d97..cfb5d97 100644
--- a/cup/parser.c
+++ b/src/parser.c
diff --git a/cup/parser.h b/src/parser.h
index 7f7dacb..7f7dacb 100644
--- a/cup/parser.h
+++ b/src/parser.h
diff --git a/cup/tokens.c b/src/tokens.c
index e562e16..e562e16 100644
--- a/cup/tokens.c
+++ b/src/tokens.c
diff --git a/cup/tokens.h b/src/tokens.h
index 44f5e6e..44f5e6e 100644
--- a/cup/tokens.h
+++ b/src/tokens.h
diff --git a/cup/utils.c b/src/utils.c
index 2335981..2335981 100644
--- a/cup/utils.c
+++ b/src/utils.c
diff --git a/cup/utils.h b/src/utils.h
index dfc018c..dfc018c 100644
--- a/cup/utils.h
+++ b/src/utils.h