Releases: 4rchXceed/MinLang
Releases · 4rchXceed/MinLang
Release list
V1.5
Almost no changes in the language. But:
- Added language support for Zed editor (via tree-sitter)
- Fixed a lot of bugs in the documentation
- Added docs auto-generation
- Improved the
run.sh&run.ps1scripts - Added a work-in-progress "game engine"
V1.0
Here you'll find the binaries.
Documentation
You can compile them yourself (on Linux, else you need to run manually bundle.sh)
Prequisites (to compile): dotnet-9.0, Linux:
mkdir MinLang-Bundle
git clone https://github.com/4rchXceed/MinLang
git clone https://github.com/4rchXceed/SeriaLang
cd SeriaLang
./bundle.sh
And you can now run run.sh (you need to be in bundle/ directory