summaryrefslogtreecommitdiffhomepage
path: root/CompilerFrontend
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-02 22:11:02 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-02 22:11:02 +0100
commit5a76ab8976b63a7f27b244d31db0ee1ffdc53fde (patch)
tree4c46aa478452cb707b22711517d93139879fd0ba /CompilerFrontend
parent4798a0ca3d2d63c451afac9d15bd0834ea83094e (diff)
[toolchain] rework some parts of the ISA (logisim)
also renamed newcpu.hpp to 64k.hpp Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'CompilerFrontend')
-rw-r--r--CompilerFrontend/cl/dparse.d21
1 files changed, 0 insertions, 21 deletions
diff --git a/CompilerFrontend/cl/dparse.d b/CompilerFrontend/cl/dparse.d
deleted file mode 100644
index b6537ec..0000000
--- a/CompilerFrontend/cl/dparse.d
+++ /dev/null
@@ -1,21 +0,0 @@
-
-/*
- * ========================================================
- *
- * MP-UX C Compiler
- * Copyright WestCo, all rights reserved.
- *
- * ========================================================
- */
-
-module cl.dparse;
-
-//Parse D syntax, from a line to AST.
-
-struct ast_type
-{
- string p_keyword;
- ast_type* p_prev;
- ast_type* p_next;
-}
-