am working on code for a chained symbol table that will be part of a semantic checker. I have the basic outline of the code, but I am unsure what to put inside the functions to actually implement them. I have a list of the regular expression that will be used in this semantic checker, but I am wondering how to implement the rest of the code for the chained symbol table so that all regular expression symbols will be accounted for.