Skip to content

Commit af96eeb

Browse files
Update README.md (#135)
1 parent 497113f commit af96eeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ The [JsonSchemaGenerator](JsonSchemaGenerator) generator generates json schemata
99
The [UtilityGenerators](UtilityGenerators) generator helps you write code generators and analyzers.
1010

1111
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

Comments
 (0)