ualberta-smr/varclang

Refactor consuming split and setting scope condition into helper method

mayshukla opened this issue · 0 comments

Both ParseExternalDeclaration and ParseDeclarationSpecifiers have identical bits of code to consume any split tokens and set the scope condition. I think it's a good idea to refactor this into a helper method.