Closed earwig closed 10 years ago
New format for symbol table:
location = (row, col, end_row, end_col) declarations = uses = [location, ...] symbol = (name_string, declarations, uses) codelet.symbols = {"functions": [symbol, ...], "classes": [symbol, ...], "vars": [symbol, ...]}
New format for symbol table: