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

2h 34m 37s logged

First bit of parsing works! Right now, I’m working on the lexer, which turns your source code into tokens. The image below is what I got working so far: for now it prints the type of token it detects and then moves on to the next one. It correctly identifies the var keyword and String literals and assignment operators.

0
58

Comments 0

No comments yet. Be the first!