visitor-pattern topic

List visitor-pattern repositories

visitor-net

30
Stars
2
Forks
Watchers

First-ever acyclic generic extensible typesafe implementation of Visitor pattern for .NET without any usage of dynamic cast

Traverser

49
Stars
20
Forks
Watchers

Traverser is a Java library that helps software engineers implement advanced iteration of a data structure.

NatLang

21
Stars
4
Forks
Watchers

NatLang is an English parser with an extensible grammar

UnityDesignPatternsReference

16
Stars
4
Forks
Watchers

A tiny retro action RPG implementation made applying Software Design Patterns to serve as a guide of reusable solutions that can be applied to common problems.

design-pattern

16
Stars
6
Forks
Watchers

Design Pattern 经典设计模式源码 C/Java/Go/JavaScript/Python等不同语言实现。 FP/OOP/MVC/MVP/MVVM/DDD等设计思想研究

jaxb-visitor

16
Stars
16
Forks
Watchers

Adds the visitor pattern that includes all JAXB objects produced by the xjc compiler.

cparser

15
Stars
2
Forks
Watchers

C11 parser with GNU C extensions written in C++14