Skip to content

Commit b7a2998

Browse files
GordonSmithCopilot
andauthored
Update tools/wit-codegen/wit_visitor.hpp
Co-authored-by: Copilot <[email protected]>
1 parent c9f11d4 commit b7a2998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/wit-codegen/wit_visitor.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
#include "types.hpp"
1010
#include "utils.hpp"
1111

12-
// WIT Interface visitor that extracts functions using ANTLR grammar
12+
// WIT Interface visitor that extracts functions, types (variants, enums, records, flags), resources, and use statements
13+
// from WIT files using ANTLR grammar. Handles import/export items and provides helpers for parsing various WIT constructs.
1314
class WitInterfaceVisitor : public WitBaseVisitor
1415
{
1516
private:

0 commit comments

Comments
 (0)