From dad25544802de6d4cd839f5d6d5753ad7faeef97 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 29 Nov 2025 17:27:19 -0500 Subject: chore: update general specs and citation file, breaking project structure changes as well. Signed-off-by: Amlal El Mahrouss --- docs/md/SPECIFICATION_COMPILERKIT.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 docs/md/SPECIFICATION_COMPILERKIT.md (limited to 'docs/md') diff --git a/docs/md/SPECIFICATION_COMPILERKIT.md b/docs/md/SPECIFICATION_COMPILERKIT.md deleted file mode 100644 index 681cfde..0000000 --- a/docs/md/SPECIFICATION_COMPILERKIT.md +++ /dev/null @@ -1,23 +0,0 @@ -# Specification of CompilerKit - -=================================== - -# 0: General Information - -=================================== -- Output format: PEF, XCOFF -- Object format: AE, COFF -- SDK Language: C++ - -=================================== - -# 1: CompilerKit - -=================================== - -- Shall support compilation, assembling and linking. -- Shall be written in C++ -- Shall support the assembler too. -- Shall provide primitives for compilers, assemblers and linkers. -- Shall support multiple architectures. -- Shall have a debugger. \ No newline at end of file -- cgit v1.2.3