kpd icon indicating copy to clipboard operation
kpd copied to clipboard

separate the symbol table and the ast visitors in the sema...

Open felixangell opened this issue 8 years ago • 1 comments

this causes some awkward code in the sema phase

felixangell avatar Apr 04 '18 02:04 felixangell

to elaborate... the visitor handles the symbol table pushing/tracking which makes things very awkward and this isnt really what the visitor should do because some analyzers that implement this dont care about the sym table

felixangell avatar Apr 08 '18 13:04 felixangell