About
SLE (Stack Lang Engine) is a simple tool for creating stack-oriented DSL or even small programming languages
Example of usage
import stack_lang_engine as sle
eng = sle.StackEngine()
eng.add_word("print", lambda: print(eng.stack.pop()))
eng.exec('"test" print') # Will print "test"
License
SLE is licensed under MIT License
Release files for stack-lang-engine 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| stack_lang_engine-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / stack_lang_engine-0.0.1-py3-none-any.whl
| Download URL | stack_lang_engine-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a0bfcb2888067990397aed26b73dc2cbc265d62a0480e5c573dfdbe5bbe56d13
|
|
BLAKE2b-256 checksum How to use checksums |
112961ff679cfc827f9cf072646cb36edad60384fc405d9e928a19d8d556b898
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.0
|