Dynamic typed language example using ANTLR
        Posted  
        
            by wvd
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by wvd
        
        
        
        Published on 2010-04-24T06:51:12Z
        Indexed on 
            2010/04/24
            6:53 UTC
        
        
        Read the original article
        Hit count: 416
        
Hey all,
I'm looking for some ANTLR examples, I tried googling a bit but I found certain things which didn't fit my requirments. I found the Mantra project, but it's statically typed and is 'too' big for me at this moment, then I found 'pie' as interpreter, which is dynamically typed, which what I want, but it uses a syntax-directed interpreter.
I'm looking for a pretty small language which is dynamically typed and uses AST's if possible. It doesn't need to be advanced, if it would have classes I would already be very happy.
Thanks,
William van Doorn
© Stack Overflow or respective owner