What is the process of creating an interpreted language?

Posted by Babiker on Stack Overflow See other posts from Stack Overflow or by Babiker
Published on 2010-05-27T17:16:51Z Indexed on 2010/05/27 17:21 UTC
Read the original article Hit count: 164

I want to create a very simple experimental programming language. What are some resources can i check out to get an overview of the process of creating an interpreted language. I will be using c++ to build and compile the interpreter.

© Stack Overflow or respective owner

Related posts about c++

Related posts about programming-languages