Releases: atzlt/Miled
The Second Release!
⚠️ This is a pre-release, with incomplete functionalities and potential bugs. ⚠️
The second release has come... with much more built-in functions, so much that the docs could not follow up (simply I'm lazy). Adding a new function is really easy... easy as adding a single line in the builtin.py
, which is nothing but a huge dictionary of built-in functions.
And regarding bugs... still I haven't encountered any. Actually there are a number of tests (you can find them in interpreter_test.py
) and all f them are passed.
Now it requires some dependency if you're running from source: the primality
package. Rather light.
Again the executables are only test on Windows 10.
First release: test of concept
The Very First Release! 🎉
⚠️ This is a alpha pre-release, with incomplete functionalities and potential bugs. Things may change and iterate rapidly. ⚠️
This is the first release of Miled. Though it already has a handful of built-ins and passed some tests, this is still a test of concept. Feel free to use it, but expect bugs and huge changes in the future. (Actually I'll try to make every iteration back-compatible, so changes won't be huge, but do expect lots of bugs.)
Currently only Windows executables are provided, and is only tested on Windows 10. To run the source code you should have Python 3.11 or above installed. (The one-file version is slightly slower than the one-folder version; see the docs of PyInstaller.)