Refactor protocols.

This commit is contained in:
Christoffer Lerno
2023-10-06 20:29:20 +02:00
committed by Christoffer Lerno
parent f3e3aa231d
commit 99cfaa1583
98 changed files with 756 additions and 590 deletions

View File

@@ -130,6 +130,7 @@ int comment_level = 0;
"module" { count(); return(MODULE); }
"nextcase" { count(); return(NEXTCASE); }
"null" { count(); return(NUL); }
"protocol" { count(); return(PROTOCOL); }
"return" { count(); return(RETURN); }
"short" { count(); return(SHORT); }
"struct" { count(); return(STRUCT); }