diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-10 09:40:33 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-10 09:40:33 +0200 |
| commit | 39e7d2b66636762b74376bce203a7fa70f0c3abd (patch) | |
| tree | 27fdffa2b8423bd25cd59102a4cfa9c0f5aa3dbf /Sources | |
| parent | 5ed54451d6e42e9736a3a6dab773969c06f15770 (diff) | |
MHR-36:
Bumping repository.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Sources')
| -rw-r--r-- | Sources/AssemblyFactory.cc | 4 | ||||
| -rw-r--r-- | Sources/cplusplus.cc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Sources/AssemblyFactory.cc b/Sources/AssemblyFactory.cc index 891712d..faa4847 100644 --- a/Sources/AssemblyFactory.cc +++ b/Sources/AssemblyFactory.cc @@ -8,8 +8,8 @@ #include <Comm/StdKit/ErrorID.hpp> /** - * @file AssemblyFactory.cxx - * @author amlal (amlal@softwarelabs.com) + * @file AssemblyFactory.cc + * @author amlal (amlal@zeta.com) * @brief Assembler Kit * @version 0.1 * @date 2024-01-27 diff --git a/Sources/cplusplus.cc b/Sources/cplusplus.cc index 39e5441..b881cb2 100644 --- a/Sources/cplusplus.cc +++ b/Sources/cplusplus.cc @@ -16,7 +16,7 @@ #define kSplashCxx() \ kPrintF(kWhite "%s\n", "Zeta C++ Compiler Driver, (c) 2024 Zeta Electronics, all rights reserved.") -// import, @free_at_exit { ... }, fn foo() -> auto { ... } +// import, @MLAutoRelease { ... }, fn foo() -> auto { ... } #include <Comm/AsmKit/CPU/amd64.hpp> #include <Comm/ParserKit.hpp> @@ -54,7 +54,7 @@ kPrintF(kWhite "%s\n", "Zeta C++ Compiler Driver, (c) 2024 Zeta Electronics, all ///////////////////////////////////// -// INTERNAL STUFF OF THE C COMPILER +// INTERNALS OF THE C COMPILER ///////////////////////////////////// |
