Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.03 KB

File metadata and controls

45 lines (27 loc) · 1.03 KB

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.