From 654c31b94d547e8d83be378eb5d5ab16a820dcdd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 4 Dec 2025 16:22:22 +0100 Subject: chore:: breaking structural changes of CompilerKit. The Kit has been redesigned to be expandable to new language frontends. Signed-off-by: Amlal El Mahrouss --- src/CompilerKit/AST.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CompilerKit/AST.h') diff --git a/src/CompilerKit/AST.h b/src/CompilerKit/AST.h index 2489176..3987f13 100644 --- a/src/CompilerKit/AST.h +++ b/src/CompilerKit/AST.h @@ -139,3 +139,5 @@ class CompilerFrontendInterface { virtual bool IsValid(); }; } // namespace CompilerKit + +#include \ No newline at end of file -- cgit v1.2.3