1 stable release
1.0.0 | Oct 3, 2024 |
---|
#244 in Programming languages
183 downloads per month
18KB
385 lines
Sym - 1.0.0
Sym (Symbolic) is stackbase programming language. It has smallest struct and tiny instructions base d symbolic.
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.