A modified Luau environment inside of Luau.
Cratera is a implementation of Luau in Luau. A project I started after getting increasingly frustrated with the debugging workflow built by Roblox, after stumbling upon this marvelous project by @allan_blomquist [https://youtu.be/72y2EC5fkcE] I decided to create something similar; It does not use the same formula as the original luau however it aims to allow the same syntax available. It is built for the Roblox platform but support might exist for the luau binaries.
- Aims to introduce a better memory profiler.
- Allows hotswapping in code.
- Allows you to track in real time each point of your code.
- A project for malicious purposes. (Including but not limited to backdoors, malware, etc.)
- A project to be used in production.
- Fast. It is not meant to be fast, it is meant to make debugging easier.
- Beautiful. The code (atleast initially) isn't meant to look good or readable, it is meant to work.
Currently code is being made in the dev branch.