summaryrefslogtreecommitdiffhomepage
path: root/doc/SPECIFICATION.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-08 15:26:11 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-08 15:26:11 +0100
commitb4bcdc8482f8deae2d25018b4f91593570cf9cf5 (patch)
tree7d989bda9f09274e7235087a6bd1e7ec3cb4ba9d /doc/SPECIFICATION.md
parent0350589847a0a5bbce5556a62ea5f5df7de29641 (diff)
ADD: Assembler frontend tweaks and other refactors.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'doc/SPECIFICATION.md')
-rw-r--r--doc/SPECIFICATION.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/SPECIFICATION.md b/doc/SPECIFICATION.md
deleted file mode 100644
index 04c9c55..0000000
--- a/doc/SPECIFICATION.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# Specification of LibCompiler
-
-==================================
-## Brief:
-==================================
-
-- Output format: PEF, XCOFF
-- Object format: AE, COFF
-- SDK Language: C++
-
-==================================
-## LibCompiler:
-==================================
-
-- Shall support compilation and linking.
-- Shall be written in C++
-- Shall support the assembler too.
-- Shall provide primitives for compilers, assemblers and linkers. \ No newline at end of file