Skip to content

Releases: 4rchXceed/MinLang

Release list

V1.5

Choose a tag to compare

@4rchXceed 4rchXceed released this 25 Jun 19:22

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.ps1 scripts
  • Added a work-in-progress "game engine"

V1.0

Choose a tag to compare

@4rchXceed 4rchXceed released this 30 Nov 14:19

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