summaryrefslogtreecommitdiffstats
path: root/src/CodeParser/CParser/Token.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/CodeParser/CParser/Token.ts')
-rw-r--r--src/CodeParser/CParser/Token.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CodeParser/CParser/Token.ts b/src/CodeParser/CParser/Token.ts
index b947ec0..c9d3065 100644
--- a/src/CodeParser/CParser/Token.ts
+++ b/src/CodeParser/CParser/Token.ts
@@ -13,6 +13,7 @@ export enum TokenType {
CommentLine,
Ellipsis,
Attribute,
+ Noexcept,
}
export class Token {