Crates.io | sym-lang |
lib.rs | sym-lang |
version | 1.0.0 |
source | src |
created_at | 2024-10-03 06:03:03.391556 |
updated_at | 2024-10-03 06:03:03.391556 |
description | Sym Lang is a lightweight stack-based programming language that uses symbols and numbers. |
homepage | |
repository | https://github.com/Q0tzly/sym |
max_upload_size | |
id | 1394918 |
size | 35,804 |
Sym (Symbolic) is stackbase programming language. It has smallest struct and tiny instructions base d symbolic.
To install the sym you need to run the following command. This assumes that cargo is installed.
cargo install sym-lang
The file extension is .sym
.
sym run <path_to_file.sym>
If you want to know the syntax of one, should check documents.
The detail examples are the examples directory.
When you find bug, issue the issue. When you hope contribution, send pull request.
Sym Lang is the MIT License.