#reverse-polish-notation #programming-language #language #interpreter #command

bin+lib sym-lang

Sym Lang is a lightweight stack-based programming language that uses symbols and numbers

1 stable release

1.0.0 Oct 3, 2024

#236 in Programming languages

Download history 173/week @ 2024-09-30 10/week @ 2024-10-07

183 downloads per month

MIT license

18KB
385 lines

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.

No runtime deps