diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 16:22:22 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 16:25:57 +0100 |
| commit | 654c31b94d547e8d83be378eb5d5ab16a820dcdd (patch) | |
| tree | 96b33b2722401bf556de941617b085905b371789 /src/CompilerKit/AST.h | |
| parent | cd3092186eb698a9ed175dacb6884f0404e7c062 (diff) | |
chore:: breaking structural changes of CompilerKit.
The Kit has been redesigned to be expandable to new language frontends.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit/AST.h')
| -rw-r--r-- | src/CompilerKit/AST.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <CompilerKit/AST.inl>
\ No newline at end of file |
