Interpreter for a new Script Language is a new high-level dynamically typed, multi-paradigm, interpreted programming language.
Here's what it is:
- Implementing the interpreter with java which features garbage collection, lexical scope, closures, classes, and inheritance.
- Optimizing the traversal of Abstract Syntax Tree and improved the performance by redesigning the Virtual Machine.
Of course, no one programming language will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this language!
Major frameworks/libraries used to bootstrap this project.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Xuan Jiang - @Jax_Jiang - j503440616@berkeley.edu
Project Link: https://github.com/Xuan-1998/XuanLanguage