Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nic30/hdlConvertor
/ SVCommentParser
Method
SVCommentParser
src/svConvertor/commentParser.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
namespace sv {
5
6
SVCommentParser::SVCommentParser(antlr4::TokenStream & _tokens) :
7
tokens(dynamic_cast<antlr4::CommonTokenStream &>(_tokens)) {
8
}
9
10
}
11
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected