Goals of this webpage
Lexer
ParserThe parser's main goal is to take the tokens produced by the lexer and create a AST from it. The biggest struggle I had when writing this part was the structure of my nodes. Computers have different kinds of memory. Let's say L1, L2, L3, and the main memory.