Skip to content
Commit a0ea4220 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Move VariableDeclarationGenerator to use a Collection instead of VariableCollection.

By making the interface of VariableDeclarationGenerator use VariableCollection,
it becomes very hard to figure out of a particular language needs all variables
(both input and output) generated.  This makes testing all these classes less
practical (the point of the interface).  By moving this logic out of a
generator, higher level logic for the language can decide how to use the
generator, without impacting the tests.
parent e6d518dd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment