AST Documentation Examples? #1241
-
https://github.com/luau-lang/site/tree/master/_pages Once I was thinking about putting some more developing related stuff about Luau itself, e.g. https://github.com/luau-lang/luau/blob/master/Common/include/Luau/Bytecode.h Into the docs. Purpose would be to simplify contributing for anyone, including myself. Because my knowledge about this isn't really big. And I more set breakpoints to figure out how everything works, but it's not easy. One of the things that I was looking for are how to use this AST. So how can one use AST properly, e.g. get info through a node or something or you input a line of code stuff and you get the AST Node out of it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I feel like this is more a request for us to write documentation about the AST than anything else. We're working on producing a luau internals knowledgebase to answer questions like this and make onboarding new contributors easier, but it's not the top priority right now. |
Beta Was this translation helpful? Give feedback.
I feel like this is more a request for us to write documentation about the AST than anything else. We're working on producing a luau internals knowledgebase to answer questions like this and make onboarding new contributors easier, but it's not the top priority right now.