jfabry / LiveRobotProgramming

Live Robot Programming
http://pleiad.cl/lrp
8 stars 3 forks source link

Move LRPCodeGenerator functionality to class side. #116

Closed jfabry closed 8 years ago

jfabry commented 8 years ago

For example generateClassFor: withSuper: can be put on the class side. Now we always instantiate a LRPCodeGenerator, call the method and then throw the instance away.

jfabry commented 8 years ago

Fix in LiveRobotics-Interpreter-johanfabry.132 and LiveRobotics-Tests-johanfabry.58 In the end only the 2 scope class generation methods were called this way