/**
 * Container for symbols used by our AST/Symbol class
 *
 */
export class SymbolContainer {
    // properties of this will be strings
}
