snc: removed global variable for symbol table in the code generator
Since we now resolve built-in functions as well as constants during analysis, we no longer need to access the symbol table in the code generator. This means we can get rid of an ugly hack. The gen_ss_init procedure is also no longer needed and has been removed.
Loading
Please register or sign in to comment