From 9610ce88f0b753db81014a053bd3c6d79471c90c Mon Sep 17 00:00:00 2001 From: Patrick Schönberger Date: Wed, 11 Aug 2021 23:34:11 +0200 Subject: add comments, fix struct/function lookup --- gen/TocLexer.tokens | 1 + 1 file changed, 1 insertion(+) (limited to 'gen/TocLexer.tokens') diff --git a/gen/TocLexer.tokens b/gen/TocLexer.tokens index 43b8baf..c7914ef 100644 --- a/gen/TocLexer.tokens +++ b/gen/TocLexer.tokens @@ -63,6 +63,7 @@ StringLit=62 NAME=63 WS=64 NEWLINE=65 +COMMENT=66 ';'=1 'namespace'=2 '{'=3 -- cgit v1.2.3