I wanted to see odins parsing expression grammer
odin’s compiler uses recursive descent, the entry point of it is here Odin/src/parser.cpp at master · odin-lang/Odin · GitHub
I wanted to see odins parsing expression grammer
odin’s compiler uses recursive descent, the entry point of it is here Odin/src/parser.cpp at master · odin-lang/Odin · GitHub