Eva: A Simple Interpreted Language with Lisp Dialect and AST Interpreter
Eva is a simple interpreted programming language with a Lisp dialect and AST Interpreter. It includes features such as class functions, loops, and objects.
Features
Eva includes a number of features that make it a powerful and easy-to-use programming language. Some of the key features of Eva include:
- Lisp dialect: Eva uses a Lisp dialect for its syntax, which makes it easy to write concise and expressive programs.
- Class functions: Eva supports class functions, which allow you to define methods on classes.
- Loops: Eva includes a variety of loop constructs, such as while loops and for loops.
- Objects: Eva supports objects, which allow you to encapsulate data and functionality.