In my Compiler construction for my language, i've used ANTLR-v4
for Lexer and Parser. and now i am working on the Semantic phase
. In the Semantic phase, i required the Symbol table for type checking and Scope of variables.
kindly suggest me any libraries other than ANTLR to build symbol table and build the semantic analyzer.
Asked
Active
Viewed 224 times
1

Musadiq
- 29
- 1
- 5
-
1Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow – James Z Nov 23 '19 at 18:46
-
A similar question about tools for semantic analysis: https://stackoverflow.com/questions/46694806/what-are-the-tools-for-semantic-analysis-phase-of-compiler-construction – Ghost4Man Nov 24 '19 at 16:16