looks like I’m not gonna get an explanation. Oh well
Yeah but I still can’t understand it. This time should be the final time.
Here’s what I need to be explained (please don’t use too much terms so I can understand lol):
Let me specify so I don’t have to make another post
Summary
How do I make a parser that creates a bunch of nodes that eventually form a Abstract Syntax Tree (AST) specifically for Lua, specifically Lua
What do I wanna know
Now what do I want to learn to do? I want to learn how to create a parser; not the super complicated ones like a full LR Parser
.
I wanna be able to understand how each part of the parsing process works (doesn’t got to be in extreme detail, just enough so that I understand).
Like how to generate nodes for the AST and overall preparing it to be put thru an interpreter
(which I’m not tryna do rn)
I do understand that I’ve made many posts like this but I can’t seem to get an actual grasp of how it works; and how I’d apply it and make my own.
extra stuff
I feel like that if I can’t actually use what I learn and actually make it work, then I haven’t really learned it
Thank you… hopefully this is the last time I have to make a post about learning about parsers
or not I’m not sure but hopefully this answers all my questions (thank y’all for the help)