visitor-pattern
There are 225 repositories under visitor-pattern topic.
QianMo/Unity-Design-Pattern
:tea: All Gang of Four Design Patterns written in Unity C# with many examples. And some Game Programming Patterns written in Unity C#. | 各种设计模式的Unity3D C#版本实现
JakubVojvoda/design-patterns-cpp
C++ Design Patterns
yusufyilmazfr/tasarim-desenleri-turkce-kaynak
Türkçe kaynağa destek olması amacıyla oluşturulmuş bir kaynaktır. Konu anlatımının yanı sıra C#, Java, Go, Python, Kotlin ve TypeScript gibi birçok dilde tasarım desenlerinin uygulamasını içermektedir.
solodon4/Mach7
Functional programming style pattern-matching library for C++
derive4j/derive4j
Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds, optics and typeclasses.
ibrahimyilmaz/kiel
(Published to MavenCentral) Kotlin way of building RecyclerView Adapter 🧩. You do not have to write RecyclerView Adapters again and again and suffer from handling of different view types. Kiel will help you.
ebonnal/streamable
concurrent & fluent interface for (async) iterables
hoaproject/Visitor
The Hoa\Visitor library.
kiat/OOP-Design-Patterns
OOP Design Patterns Code Examples
newbe36524/Newbe.ObjectVisitor
You can visit all properties about your class or struct by this lib with high performance as you visit properties in hard coding way.
night-moon-studio/Leo
A library based on NCC Natasha to quickly and easily read/write instance's fields or properties.
jackdbd/design-patterns
Some of the most common design patterns implemented in Python.
arvindshmicrosoft/SQLScriptDomSamples
Samples showing how to use Microsoft.SqlServer.TransactSql.ScriptDom classes
design-patterns-for-humans/Russian
:ru: translation [WIP]
intuit/Traverser
Traverser is a Java library that helps software engineers implement advanced iteration of a data structure.
microwind/design-patterns
Design Pattern 经典设计模式源码 C/Java/Go/JavaScript/Python等不同语言实现。 FP/OOP/MVC/MVP/MVVM/DDD等设计**研究。适合高级程序员和架构师,希望深刻洞察问题,找到合适的方案。
ehsangazar/design-patterns-php
All Design Patterns Samples in PHP
Stepami/visitor-net
First-ever acyclic generic extensible typesafe implementation of Visitor pattern for .NET without any usage of dynamic cast
AliakseiFutryn/dotnet-design-patterns-samples
The samples of .NET design patterns
tarptaeya/Truck
:truck: A dynamic object oriented programming language with a focus on simplicity
JoanStinson/UnityDesignPatternsReference
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.
onlyuser/NatLang
NatLang is an English parser with an extensible grammar
rnag/serde-this-or-that
Custom deserialization for fields that can be specified as multiple types.
SuperJMN/StateMachineCompiler
State Machine Compiler inspired by Uncle Bob
jkolek/cparser
C11 parser with GNU C extensions written in C++14
massfords/jaxb-visitor
Adds the visitor pattern that includes all JAXB objects produced by the xjc compiler.
widmogrod/mkunion
Strongly typed union type in golang.
georgesittas/minijava-compiler
MiniJava to LLVM IR compiler
TheLartians/Revisited
🧑🤝🧑 The visitor pattern revisited. An inheritance-aware acyclic visitor template, any and any-function templates.
rohitksingh/Design_Patterns_aka_Hawai_Baatein
Repository which contains simple code implementation of different Design Pattern.
xdanielsb/patterns
Good practices to create code in Java, open to other languages. :zap:
mistermboy/pyCompiler
Python Compiler
Aptacode/Expressions
A light, cross platform & flexible .net library for creating, storing and dynamically evaluating expression trees using C#
minaschar/metrics-calculator-python
This is a tool written in python that calculates software quality metrics and then technical debt. It is specifically aimed at OOP Python softwares.
TarekMineRoyal/minipascal-compiler
End-to-end compiler for MiniPascal, a simplified Pascal language. Built with C++, Flex, and Bison, it parses, semantically analyzes, and generates assembly for a custom stack-based VM.
onlyuser/XLang
XLang is a parser framework for language modeling