TweeZcodeCompiler / twee_zcode_compiler

compiler project at FU Berlin
MIT License
3 stars 0 forks source link

Visitor pattern #99

Closed lhochstetter closed 9 years ago

lhochstetter commented 9 years ago

Replaced the BodyParts If loop with the Visitor Pattern (https://en.wikipedia.org/wiki/Visitor_pattern)

ottne commented 9 years ago

Two minor things: