Replies: 1 comment
-
Helix is a text editor not a compiler. Language information is provided by language servera. You would need to look at their sourcecode |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does Helix build a symbol table of the variables / functions / arguments or it completely runs on AST generated by tresitter? Can we view the symbol table or the AST in the editor?
I am learning compiler design and I would really appreciate if I could be pointed to the right direction.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions