diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-10 10:09:39 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-10 10:09:39 +0100 |
| commit | 137af331b95311f3abfa9fe59e7efc68843f6c37 (patch) | |
| tree | 5eaf8aab12f6c41ba8d5ac0f2cdbe4bd7e2264fb /include/CompilerKit | |
| parent | 462a7e9796970b259815369ffaf4c5e24af3139c (diff) | |
feat: necdrv: Code generation improvements and WiP specs.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit')
| -rw-r--r-- | include/CompilerKit/AST.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h index b8d313f..6a31597 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -29,9 +29,10 @@ enum struct KeywordKind { kKeywordKindFunctionStart, kKeywordKindFunctionEnd, kKeywordKindVariable, - kKeywordKindVariablePtr, kKeywordKindType, kKeywordKindTypePtr, + kKeywordKindImport, + kKeywordKindExport, kKeywordKindExpressionBegin, kKeywordKindExpressionEnd, kKeywordKindArgSeparator, |
