Logi Code is a scripting language for defining and executing combinatorial circuits. It offers a simple syntax and a minimal number of operators.
- Simple syntax
- Minimal operators
- Only bool type supported
- Defining combinational circuits using Polish notation
To install the logi code you need to run the following command. This assumes that cargo is installed.
cargo install logi_code
The file extension is .lc
logi run <path_to_your_file.lc>
If you want 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.
Logi Code is the Apache License.