You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,5 @@ The [JsonSchemaGenerator](JsonSchemaGenerator) generator generates json schemata
9
9
The [UtilityGenerators](UtilityGenerators) generator helps you write code generators and analyzers.
10
10
11
11
The [CopyTo](CopyTo) generator generates methods to copy the contents of one instance to another. I created this generator for a friend, so it is not as feature rich as it could be.
12
+
13
+
The [VisitorGenerator](VisitorGenerator) generator generates visitor pattern implementations for various node kinds, for example for implementing syntax tree walkers.
0 commit comments