diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-23 17:28:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-23 17:28:53 +0100 |
| commit | 44d81cab1e376abc149e290226ef3915aa35ff74 (patch) | |
| tree | c21b455ef076277c7fddfacc6e261f5f81f143fb /CompilerKit/ParserKit.hpp | |
| parent | b7c27ed1b5e6fb48b3106f8eaffd415aa89ae6dc (diff) | |
Minor refactors.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'CompilerKit/ParserKit.hpp')
| -rw-r--r-- | CompilerKit/ParserKit.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CompilerKit/ParserKit.hpp b/CompilerKit/ParserKit.hpp index 3292b07..49907e5 100644 --- a/CompilerKit/ParserKit.hpp +++ b/CompilerKit/ParserKit.hpp @@ -107,4 +107,5 @@ namespace ParserKit return false; } -}
\ No newline at end of file +} + |
