summaryrefslogtreecommitdiff
path: root/tokenizer.sig
diff options
context:
space:
mode:
authorVladimir Azarov <avm@intermediate-node.net>2025-04-06 23:22:30 +0200
committerVladimir Azarov <avm@intermediate-node.net>2025-04-06 23:22:30 +0200
commit8e2dc7712de206b87e1c46df9383c3fa1e18a43a (patch)
treeee2f199b35eb4374e5638f1c8506d5a6c9a88d4e /tokenizer.sig
parent9d724f17e813fa344d485329d33b5f5ecf8197a3 (diff)
Debug print preprocessor function
Diffstat (limited to 'tokenizer.sig')
-rw-r--r--tokenizer.sig4
1 files changed, 4 insertions, 0 deletions
diff --git a/tokenizer.sig b/tokenizer.sig
index c9626e0..d34f934 100644
--- a/tokenizer.sig
+++ b/tokenizer.sig
@@ -26,6 +26,7 @@ signature TOKENIZER = sig
kwConst |
kwContinue |
kwDefault |
+ kwDo |
kwDouble |
kwElse |
kwEnum |
@@ -33,6 +34,7 @@ signature TOKENIZER = sig
kwFloat |
kwFor |
kwGoto |
+ kwIf |
kwInt |
kwLong |
kwRegister |
@@ -40,6 +42,7 @@ signature TOKENIZER = sig
kwShort |
kwSigned |
kwSizeof |
+ kwStatic |
kwStruct |
kwSwitch |
kwTypedef |
@@ -47,6 +50,7 @@ signature TOKENIZER = sig
kwUnsigned |
kwVoid |
kwVolatile |
+ kwWhile |
LParen |
RParen |