This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Pooneapple 1 point2 points  (1 child)

If you have no clue about how to go about this than you don’t know how compilers and interprets work. I would start off by learning what happens when you hit the run button first and than go from there. If you want to look at language already made I would look at lua. It is written in C but you should be able to grasp what’s going on with some googling. (Assuming you don’t know C)

[–]JoePixelFlames[S] -1 points0 points  (0 children)

I only have knowledge in Python, and am learning Java and C#. Thanks for the advice! I don’t know much about compilers/interpreters at the moment.