The Second Release!
Pre-release
Pre-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.