Problem
I start create my easy programing languge in c# can sombody help me to repair my if
3 Replies
Have you read $craftinginterpreters? It's a really good introduction to writing programming languages, if you're interested
It is a two-step parsing.
First you tokenize, then you parse the tokens and their values into respective datatypes, after that you basically have everything you need