Molang to Python Translator & interpreter written in pure Python.
Project description
molang
Molang to Python Translator & interpreter written in pure Python.
Documentation: https://molang.readthedocs.io/
Installation
Install the module with pip:
pip3 install molang
Update existing installation: pip3 install molang --upgrade
Features
- Decorator to convert a Python function to Molang.
- Execute .molang files from the command line or using Python. See Road map
See the docs for more information.
Example
Convert my_function
to Molang
from molang import molang
@molang
def my_function(a, b):
return a + b
print(my_function)
>> return t.a+t.b
Command-line interface
usage: molang [-h] [-V]
Run molang files
options:
-h, --help show this help message and exit
-V, --version print the molang version number and exit.
Road map
- Python function to Molang
- Interpreter
- Lexer
- Parser
- cli to convert Python code to Molang code (vice versa)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
molang-0.0.2.tar.gz
(4.8 kB
view details)
File details
Details for the file molang-0.0.2.tar.gz
.
File metadata
- Download URL: molang-0.0.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1babb29a3be9c23646049d59303b29db5b90ff3ea436330fd04cab21b86333e5 |
|
MD5 | 88989b16ce607b9d68fa1cf54426121b |
|
BLAKE2b-256 | 98025070e042a25995e0027c6aa6bd87a3254eefe9ad94c295e961414bf77115 |