diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-10-26 17:51:30 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-10-26 17:51:30 +0100 |
| commit | 09d50a07349df2a5fc1c62452d0f924549db83e6 (patch) | |
| tree | 6e18e55ad5087973a8fabd28e2ec9c0b25d369ab /dev/CompilerKit/Frontend.h | |
| parent | f0ee6dc640d1d1f00c40bc2f58e9d6a8fd94bd2b (diff) | |
feat: new ErrorOr API for NeCTI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/CompilerKit/Frontend.h')
| -rw-r--r-- | dev/CompilerKit/Frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/CompilerKit/Frontend.h b/dev/CompilerKit/Frontend.h index 0f81342..efafae8 100644 --- a/dev/CompilerKit/Frontend.h +++ b/dev/CompilerKit/Frontend.h @@ -85,7 +85,7 @@ struct SyntaxLeafList final { /// \param haystack base string /// \param needle the string we search for. /// \return if we found it or not. -BOOL find_word(STLString haystack, STLString needle) noexcept; +Bool find_word(STLString haystack, STLString needle) noexcept; /// find a word within strict conditions and returns a range of it. /// \param haystack |
