Is it feasible to use Antlr for source code completion?
问题 I don't know, if this question is valid since i'm not very familiar with source code parsing. My goal is to write a source code completion function for one existing programming language (Language "X") for learning purposes. Is Antlr(v4) suitable for such a task or should the necessary AST/Parse Tree creation and parsing be done by hand, assuming no existing solutions exists? I haven't found much information about that specific topic, except a list of compiler books, except a compiler is not