Releases: h3rald/min
Releases · h3rald/min
v0.5.0
- Refactored prelude.
- Moved stored symbol loading to .minrc
- New symbols: random, append, exists?, ift, module-symbols, module-sigils, sigils
- Removed encrypt, decrypt, interval
- Fixed min.vim
- Restricted regex for symbol definition
- stack, fs, crypto and time modules are no longer imported by default
- Added "lite" flag to compile min without crypto module, zip/unzip.
v0.4.0
v0.3.0
v0.2.1
v0.2.0
v0.1.0
Introducing the MiNiM programming language. API is currently undergoing a stabilization phase, but most of the features has been implemented.
Documentation is currently close to non-existent, that's the reason why no binaries are included in this release.
If you are curious on how MiNiM works and looks like, have a look at the tests folder. Also, a Vim syntax file is available if you want care about syntax highlighting and you use Vim.