I made this project as a proof of concept as well as to learn more about compilers/interpreters.
This language uses tree walking interpretation .
read x
read y
f = 10
if x + y > 10 then
write "BIG IF TRUE"
end
Pseudo-code like toy language .
I made this project as a proof of concept as well as to learn more about compilers/interpreters.
This language uses tree walking interpretation .
read x
read y
f = 10
if x + y > 10 then
write "BIG IF TRUE"
end
Pseudo-code like toy language .