This repository contains simple toy compilers developed by bkiers repository. The original developer has demonstrated how to create a small dynamically typed programming language called Tiny Language using ANTLR. I have been making changes to the visitor design patterns for some the compilers I have been working on.
- Java SDK 8 - 11
- Maven
- ANTLR4
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. Following are the steps to contribute:
- 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