From 5a76ab8976b63a7f27b244d31db0ee1ffdc53fde Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 2 Jan 2024 22:11:02 +0100 Subject: [toolchain] rework some parts of the ISA (logisim) also renamed newcpu.hpp to 64k.hpp Signed-off-by: Amlal El Mahrouss --- CompilerFrontend/cl/dparse.d | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 CompilerFrontend/cl/dparse.d (limited to 'CompilerFrontend') 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; -} - -- cgit v1.2.3