Xuan-1998 / XuanLanguage

Interpreter for a new Script Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XuanLanguage

About The Project

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!

(back to top)

Built With

Major frameworks/libraries used to bootstrap this project.

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Xuan Jiang - @Jax_Jiang - j503440616@berkeley.edu

Project Link: https://github.com/Xuan-1998/XuanLanguage

(back to top)

About

Interpreter for a new Script Language


Languages

Language:Java 100.0%