Question: I am looking to develop a Scripting Language like Lua, but you use
if (paramters) {
codeToDo()
}
rather than
if parameters do
code_to_do()
end
but have yet to find a good tutorial out their on the internet.
Parameters: I want it to be interpreted, and I also want to make it in C#, so that it integrates with it the easiest.