This is an automated archive made by the Lemmit Bot.
The original was posted on /r/programminglanguages by /u/Cloundx01 on 2024-03-23 07:14:49.
User could use AST in code editors for syntax coloring, making symbol outline table interface, it could help with autocompletion.
Why do we have to use separate parsers, like lsp, ctags, tree-sitter, they are inaccurate or resource-intensive?
In fact I’m not really sure if even any languages that do that, but i think it should be the norm for language designers,
You must log in or register to comment.