You are browsing as a guest. Sign up (or log in) to start making projects!

2h 0m 45s logged

Second bit of the parser works!

Now after the raw source code is tokenized, I feed the raw tokens to the parser, which matches different patterns of tokens to various types of nodes like defining a variable and calling a function! I’ve started working on building AST trees from these nodes. The image below shows the output of the parser, correctly identifying when I call a function or define a variable

0
32

Comments 0

No comments yet. Be the first!