Simplest language to make an interpreter for
        Posted  
        
            by None
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by None
        
        
        
        Published on 2010-05-03T00:42:04Z
        Indexed on 
            2010/05/03
            0:47 UTC
        
        
        Read the original article
        Hit count: 692
        
I want to make an interpreter of a very simple language for practice. When I say simple I don't mean easy to use, I mean simple. Brainf**k is a good example of a language I want. I already have made a brainf**k interpreter in python (which is the language I would be using to write the interpreter). I would appreciate any suggestions of simple languages.
Note: I don't want to make a compiler! I want to make an interpreter.
© Stack Overflow or respective owner