- Table of Contents
- Why does this even exist?
- Features
- Installation
- Usage
- API
- Found a Bug?
- Contribution
- LICENSE
- References
I was like why dont i write a compiler, a vs code extension and a luau package to torture myself.
Its not done only compiler exists.
This wont be a normal installation.
yeah i need to make a site.
If you encounter any issues or unexpected behavior, please let me know! Your feedback helps make this library more stable.
- Check the existing issues to see if it has already been reported.
- If not, open a new issue and describe the problem.
- Provide a small code snippet to reproduce the bug if possible.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
To maintain the stability of the library, direct commits to the main branch are restricted. Please follow the workflow below to suggest changes:
- Fork the Project: Create your own copy of this repository.
- Create a Feature Branch:
git checkout -b feature/AmazingFeature
- Commit your changes:
git commit -m 'Add some AmazingFeature' - Push to branch:
git push origin feature/AmazingFeature
- Open a Pull Request: Navigate to the original repository and click "New Pull Request". Describe your changes in detail so they can be reviewed.
Once your Pull Request is merged, GitHub will automatically list you in the official "Contributors" section of the repository. (i guess so)
After a successful merge, I will also manually add your name and contribution to the table below!
We appreciate contributions you will make but we will also highly appreciate you to follow our guidelines while contributing.
- Of course make sure your code is efficient.
- No nsfw links, swearing or anything like those.
- Maybe follow the coding style we do.
- That's it!
This project is licensed under The MIT License