C
C#11mo ago
Impix

Problem

I start create my easy programing languge in c# can sombody help me to repair my if
3 Replies
Thinker
Thinker11mo ago
Have you read $craftinginterpreters? It's a really good introduction to writing programming languages, if you're interested
Buddy
Buddy11mo ago
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

Did you find this page helpful?