diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/CompilerKit/AE.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/AST.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/CompilerKit/AE.h b/include/CompilerKit/AE.h index 945dd83..e96861c 100644 --- a/include/CompilerKit/AE.h +++ b/include/CompilerKit/AE.h @@ -4,7 +4,7 @@ // Official repository: https://github.com/nekernel-org/nectar #ifndef NECTAR_COMPILERKIT_AE_H -#define NECTAR_COMPILERKIT_AE_H_ +#define NECTAR_COMPILERKIT_AE_H #include <CompilerKit/Detail/Config.h> #include <fstream> diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h index 80dd19a..7529d73 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -41,6 +41,7 @@ enum struct KeywordKind { kKeywordKindDelete, kKeywordKindAccess, kKeywordKindAccessChecked, + kKeywordKindFunctionAccess, kKeywordKindIf, kKeywordKindVariableAssign, kKeywordKindVariableDec, |
