sym-lang

Crates.iosym-lang
lib.rssym-lang
version1.0.0
sourcesrc
created_at2024-10-03 06:03:03.391556
updated_at2024-10-03 06:03:03.391556
descriptionSym Lang is a lightweight stack-based programming language that uses symbols and numbers.
homepage
repositoryhttps://github.com/Q0tzly/sym
max_upload_size
id1394918
size35,804
Q0tzly (Q0tzly)

documentation

https://q0tzly.github.io/sym/en/book/index.html

README

Sym - 1.0.0

Sym (Symbolic) is stackbase programming language. It has smallest struct and tiny instructions base d symbolic.

[English|日本語]

Features

  • Simple syntax
  • Minimal operator based symbolic
  • Only u8 type supported
  • Reverse Polish Notation

How to install

To install the sym you need to run the following command. This assumes that cargo is installed.

cargo install sym-lang

How to execution

The file extension is .sym.

sym run <path_to_file.sym>

Documents

If you want to know the syntax of one, should check documents.

Samples

The detail examples are the examples directory.

Contribution

When you find bug, issue the issue. When you hope contribution, send pull request.

License

Sym Lang is the MIT License.

Commit count: 30

cargo fmt