-
v0.7.0 Stable
released this
2022-03-27 18:37:52 +01:00 | 60 commits to master since this releaseAnother minor language update combined with a major interpreter overhaul.
- Completely rewrite
MpsInterpretor
asMpsFaye
(from that show with really good music) - Replace the wrapper that made the iterator work as expected with a new debug wrapper
- Improve
like
filter to make comparisons a bit more forgiving - Add optional regex flags to matches filter
iterable.(field matches "regex", "flags")
- Limit bliss-audio resource usage to prevent audio glitching in playback mode
- Hit commit 100
NOTE: binaries are licensed under GNU GPLv3 due to advanced features
Full Changelog: https://github.com/NGnius/mps/compare/v0.6.0...v0.7.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
mps-aarch64-unknown-linux-gnu
60 downloads · 6.5 MiB
-
mps-x86_64-pc-windows-msvc.exe
46 downloads · 7.7 MiB
-
mps-x86_64-unknown-linux-gnu
54 downloads · 7.8 MiB
- Completely rewrite