commit | 9b72a0f627bb9d9f3028e1ad7bf65976863db099 | [log] [tgz] |
---|---|---|
author | Nilay Vaish <nilay@cs.wisc.edu> | Tue Dec 11 10:05:55 2012 -0600 |
committer | Nilay Vaish <nilay@cs.wisc.edu> | Tue Dec 11 10:05:55 2012 -0600 |
tree | bf5532471cff6bba7f790461e148da7904425a78 | |
parent | 93e283abb348b81d086225f7861d94901c9b0888 [diff] |
ruby: change slicc to allow for constructor args The patch adds support to slicc for recognizing arguments that should be passed to the constructor of a class. I did not like the fact that an explicit check was being carried on the type 'TBETable' to figure out the arguments to be passed to the constructor. The patch also moves some of the member variables that are declared for all the controllers to the base class AbstractController.