mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Refactor protocols.
This commit is contained in:
committed by
Christoffer Lerno
parent
f3e3aa231d
commit
99cfaa1583
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user