From 6c0bb83e1d3f44ef0722655b983a96dc8d5e017c Mon Sep 17 00:00:00 2001 From: anon Date: Sat, 11 Feb 2023 01:20:21 +0100 Subject: [PATCH] moved C/C++ implementation to separate folder --- Makefile => Cati/Makefile | 0 {obj => Cati/obj}/.placeholder | 0 {src => Cati/src}/JokerTao.cpp | 0 {src => Cati/src}/JokerTao.h | 0 {src => Cati/src}/algo.cpp | 0 {src => Cati/src}/algo.h | 0 {src => Cati/src}/debug.h | 0 {src => Cati/src}/lexer.cpp | 0 {src => Cati/src}/lexer.h | 0 {src => Cati/src}/main.cpp | 0 {src => Cati/src}/rapidcsv.h | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename Makefile => Cati/Makefile (100%) rename {obj => Cati/obj}/.placeholder (100%) rename {src => Cati/src}/JokerTao.cpp (100%) rename {src => Cati/src}/JokerTao.h (100%) rename {src => Cati/src}/algo.cpp (100%) rename {src => Cati/src}/algo.h (100%) rename {src => Cati/src}/debug.h (100%) rename {src => Cati/src}/lexer.cpp (100%) rename {src => Cati/src}/lexer.h (100%) rename {src => Cati/src}/main.cpp (100%) rename {src => Cati/src}/rapidcsv.h (100%) diff --git a/Makefile b/Cati/Makefile similarity index 100% rename from Makefile rename to Cati/Makefile diff --git a/obj/.placeholder b/Cati/obj/.placeholder similarity index 100% rename from obj/.placeholder rename to Cati/obj/.placeholder diff --git a/src/JokerTao.cpp b/Cati/src/JokerTao.cpp similarity index 100% rename from src/JokerTao.cpp rename to Cati/src/JokerTao.cpp diff --git a/src/JokerTao.h b/Cati/src/JokerTao.h similarity index 100% rename from src/JokerTao.h rename to Cati/src/JokerTao.h diff --git a/src/algo.cpp b/Cati/src/algo.cpp similarity index 100% rename from src/algo.cpp rename to Cati/src/algo.cpp diff --git a/src/algo.h b/Cati/src/algo.h similarity index 100% rename from src/algo.h rename to Cati/src/algo.h diff --git a/src/debug.h b/Cati/src/debug.h similarity index 100% rename from src/debug.h rename to Cati/src/debug.h diff --git a/src/lexer.cpp b/Cati/src/lexer.cpp similarity index 100% rename from src/lexer.cpp rename to Cati/src/lexer.cpp diff --git a/src/lexer.h b/Cati/src/lexer.h similarity index 100% rename from src/lexer.h rename to Cati/src/lexer.h diff --git a/src/main.cpp b/Cati/src/main.cpp similarity index 100% rename from src/main.cpp rename to Cati/src/main.cpp diff --git a/src/rapidcsv.h b/Cati/src/rapidcsv.h similarity index 100% rename from src/rapidcsv.h rename to Cati/src/rapidcsv.h