A CLI tool for compiling and executing symbols.
Project description
Symbols
Symbols is a CLI tool for compiling and executing symbols files. It allows you to process and execute algorithms defined in custom .sym files.
Features
- Compile
.symfiles into executable algorithms. - Execute specific functions or all functions from a
.symfile. - Easy-to-use CLI interface.
Installation
Install the package using pip:
pip install symbols
Usage
Compile a .sym File
symbols compile <filename>
Execute a Function
symbols execute <filename> <funcname> <args>
<filename>: Path to the.symfile.<funcname>: Name of the function to execute. If omitted, all functions will be executed.<args>: Arguments to pass to the function(s).
Example
symbols compile file.sym
symbols execute file.sym add 10
License
This project is licensed under the MIT License. See the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
symbolslang-1.0.0.tar.gz
(6.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file symbolslang-1.0.0.tar.gz.
File metadata
- Download URL: symbolslang-1.0.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8f48275531fe1c1f18a2b947473d306ce5dea5cdcbd23670a2697ff3e01defb
|
|
| MD5 |
6920fb40dbe33bac7d7ca7e069746b99
|
|
| BLAKE2b-256 |
e004ecf63cdca1300dfbd817fb81225405a6692789c5e0e2bec6de5c7c5d257f
|
File details
Details for the file symbolslang-1.0.0-py3-none-any.whl.
File metadata
- Download URL: symbolslang-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
142b29f98aca06b34993268a037b3bb617fc1c0b97e83df096ba417ce06221e3
|
|
| MD5 |
840dbd942595daa38f9e0374fcb35fc4
|
|
| BLAKE2b-256 |
afbabc702c82aa1455ced0e3a63df9727380020c43a4d27e37dc1fef302a64e0
|