symtab icon indicating copy to clipboard operation
symtab copied to clipboard

Generic symbol table for lexically/statically scoped languages

Results 3 symtab issues
Sort by recently updated
recently updated
newest added

Hello, I wonder why [FunctionType](https://github.com/antlr/symtab/blob/master/src/org/antlr/symtab/FunctionType.java) don't provide a method to return `returnType` of `FunctionType`. Also, the `toString` method of `FunctionType` also confuses me, maybe it's better to take `argumentTypes` into...

In C#, to add a new namespace scope, I need to check currentScope if that already existed, but this **nestedScopesNotSymbols** is not exposed to me, we do have **getNestedScopes** but...

It would be useful to have a Python interface to the generic antlr symbol table found [here](https://github.com/antlr/symtab)

enhancement